#d4cf74

Color #D4CF74 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D4CF74

Tints of Goldenrod #D4CF74

Color information

#D4CF74 (or 0xD4CF74) is unknown color: approx Goldenrod. HEX triplet: D4, CF and 74. RGB value is (212,207,116). Sum of RGB (Red+Green+Blue) = 212+207+116=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF74 is #2B308B. Grayscale: #C6C6C6. Windows color (decimal): -2830476 or 7655380. OLE color: 7655380.

HSL color Cylindrical-coordinate representation of color #D4CF74: hue angle of 56.88º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4CF74 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212207116-
CMYK00.020.450.17
HSL56.88º52.75%64.31%-
HSV(B)56.88º45.28%83.14%-
XYZ52.6259.8825.31-
YUV198.1281.66137.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 116 (45.70% from 255) = 21.68%
R=39.63%
G=38.69%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220711600.020.450.1756.8852.7564.31
HexD4CF74022D11393540
Octal3243171640255217165100
Binary11010100110011111110100010101101100011110011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4cf74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4cf74; }

 p { color: rgb(212,207,116); }

 H1.HeaderClassName
 {
   color: #d4cf74;
 }
 .AnyTagClassName
 {
   color: #d4cf74;
 }
</style>
background-color css

<style>
 a { background-color: #d4cf74; }

 a { background-color: rgb(212,207,116); }

 div.DivClassName
 {
   background-color: #d4cf74;
 }
 .BgClassName
 {
   background-color: #d4cf74;
 }
</style>
border-color css

<style>
 span { border-color: #d4cf74; }

 span { border-color: rgb(212,207,116); }

 td.TdClassName
 {
   border-color: #d4cf74;
 }
 .TagClassName
 {
   border-color: #d4cf74;
 }
</style>