#D1CE71

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

Shades of Goldenrod #D1CE71

Tints of Goldenrod #D1CE71

Color information

#D1CE71 (or 0xD1CE71) is unknown color: approx Goldenrod. HEX triplet: D1, CE and 71. RGB value is (209,206,113). Sum of RGB (Red+Green+Blue) = 209+206+113=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CE71 is #2E318E. Grayscale: #C4C4C4. Windows color (decimal): -3027343 or 7458513. OLE color: 7458513.

HSL color Cylindrical-coordinate representation of color #D1CE71: hue angle of 58.12º 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 #D1CE71 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209206113-
CMYK00.010.460.18
HSL58.12º51.06%63.14%-
HSV(B)58.12º45.93%81.96%-
XYZ51.3558.8924.28-
YUV196.380.99137.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=39.58%
G=39.02%
B=21.40%

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
Decimal20920611300.010.460.1858.1251.0663.14
HexD1CE71012E123a333f
Octal321316161015622726377
Binary110100011100111011100010110111010010111010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE71; }

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

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

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

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

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

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

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

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