#D1CD71

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

Shades of Goldenrod #D1CD71

Tints of Goldenrod #D1CD71

Color information

#D1CD71 (or 0xD1CD71) is unknown color: approx Goldenrod. HEX triplet: D1, CD and 71. RGB value is (209,205,113). Sum of RGB (Red+Green+Blue) = 209+205+113=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD71 is #2E328E. Grayscale: #C4C4C4. Windows color (decimal): -3027599 or 7458257. OLE color: 7458257.

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

Color convert

RGB209205113-
CMYK00.020.460.18
HSL57.5º51.06%63.14%-
HSV(B)57.5º45.93%81.96%-
XYZ51.1158.4124.2-
YUV195.7181.33137.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=39.66%
G=38.90%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920511300.020.460.1857.551.0663.14
HexD1CD71022E123a333f
Octal321315161025622726377
Binary1101000111001101111000101010111010010111010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD71; }

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

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

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

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

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

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

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

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