#D0CD71

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

Shades of Goldenrod #D0CD71

Tints of Goldenrod #D0CD71

Color information

#D0CD71 (or 0xD0CD71) is unknown color: approx Goldenrod. HEX triplet: D0, CD and 71. RGB value is (208,205,113). Sum of RGB (Red+Green+Blue) = 208+205+113=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD71 is #2F328E. Grayscale: #C3C3C3. Windows color (decimal): -3093135 or 7458256. OLE color: 7458256.

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

Color convert

RGB208205113-
CMYK00.010.460.18
HSL58.11º50.26%62.94%-
HSV(B)58.11º45.67%81.57%-
XYZ50.8258.2624.19-
YUV195.4181.49136.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 113 (44.53% from 255) = 21.48%
R=39.54%
G=38.97%
B=21.48%

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
Decimal20820511300.010.460.1858.1150.2662.94
HexD0CD71012E123a323f
Octal320315161015622726277
Binary110100001100110111100010110111010010111010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD71; }

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

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

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

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

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

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

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

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