#D2CE73

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

Shades of Goldenrod #D2CE73

Tints of Goldenrod #D2CE73

Color information

#D2CE73 (or 0xD2CE73) is unknown color: approx Goldenrod. HEX triplet: D2, CE and 73. RGB value is (210,206,115). Sum of RGB (Red+Green+Blue) = 210+206+115=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE73 is #2D318C. Grayscale: #C5C5C5. Windows color (decimal): -2961805 or 7589586. OLE color: 7589586.

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

Color convert

RGB210206115-
CMYK00.020.450.18
HSL57.47º51.35%63.73%-
HSV(B)57.47º45.24%82.35%-
XYZ51.7459.0824.9-
YUV196.8281.83137.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 115 (45.31% from 255) = 21.66%
R=39.55%
G=38.79%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020611500.020.450.1857.4751.3563.73
HexD2CE73022D12393340
Octal3223161630255227163100
Binary11010010110011101110011010101101100101110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CE73; }

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

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

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

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

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

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

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

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