#D2CF73

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

Shades of Goldenrod #D2CF73

Tints of Goldenrod #D2CF73

Color information

#D2CF73 (or 0xD2CF73) is unknown color: approx Goldenrod. HEX triplet: D2, CF and 73. RGB value is (210,207,115). Sum of RGB (Red+Green+Blue) = 210+207+115=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF73 is #2D308C. Grayscale: #C5C5C5. Windows color (decimal): -2961549 or 7589842. OLE color: 7589842.

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

Color convert

RGB210207115-
CMYK00.010.450.18
HSL58.11º51.35%63.73%-
HSV(B)58.11º45.24%82.35%-
XYZ51.9959.5724.98-
YUV197.4181.49136.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 115 (45.31% from 255) = 21.62%
R=39.47%
G=38.91%
B=21.62%

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
Decimal21020711500.010.450.1858.1151.3563.73
HexD2CF73012D123a3340
Octal3223171630155227263100
Binary1101001011001111111001101101101100101110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CF73; }

 p { color: rgb(210,207,115); }

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

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

 a { background-color: rgb(210,207,115); }

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

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

 span { border-color: rgb(210,207,115); }

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