#D1CF71

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

Shades of Goldenrod #D1CF71

Tints of Goldenrod #D1CF71

Color information

#D1CF71 (or 0xD1CF71) is unknown color: approx Goldenrod. HEX triplet: D1, CF and 71. RGB value is (209,207,113). Sum of RGB (Red+Green+Blue) = 209+207+113=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF71 is #2E308E. Grayscale: #C5C5C5. Windows color (decimal): -3027087 or 7458769. OLE color: 7458769.

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

Color convert

RGB209207113-
CMYK00.010.460.18
HSL58.75º51.06%63.14%-
HSV(B)58.75º45.93%81.96%-
XYZ51.5959.3724.36-
YUV196.8880.66136.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=39.51%
G=39.13%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920711300.010.460.1858.7551.0663.14
HexD1CF71012E123b333f
Octal321317161015622736377
Binary110100011100111111100010110111010010111011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF71; }

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

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

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

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

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

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

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

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