#D1CF72

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

Shades of Goldenrod #D1CF72

Tints of Goldenrod #D1CF72

Color information

#D1CF72 (or 0xD1CF72) is unknown color: approx Goldenrod. HEX triplet: D1, CF and 72. RGB value is (209,207,114). Sum of RGB (Red+Green+Blue) = 209+207+114=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF72 is #2E308D. Grayscale: #C5C5C5. Windows color (decimal): -3027086 or 7524305. OLE color: 7524305.

HSL color Cylindrical-coordinate representation of color #D1CF72: hue angle of 58.74º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1CF72 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209207114-
CMYK00.010.450.18
HSL58.74º50.8%63.33%-
HSV(B)58.74º45.45%81.96%-
XYZ51.6459.424.66-
YUV19781.16136.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=39.43%
G=39.06%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920711400.010.450.1858.7450.863.33
HexD1CF72012D123b333f
Octal321317162015522736377
Binary110100011100111111100100110110110010111011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF72; }

 p { color: rgb(209,207,114); }

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

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

 a { background-color: rgb(209,207,114); }

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

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

 span { border-color: rgb(209,207,114); }

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