#D2CE5F

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

Shades of Goldenrod #D2CE5F

Tints of Goldenrod #D2CE5F

Color information

#D2CE5F (or 0xD2CE5F) is unknown color: approx Goldenrod. HEX triplet: D2, CE and 5F. RGB value is (210,206,95). Sum of RGB (Red+Green+Blue) = 210+206+95=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE5F is #2D31A0. Grayscale: #C2C2C2. Windows color (decimal): -2961825 or 6278866. OLE color: 6278866.

HSL color Cylindrical-coordinate representation of color #D2CE5F: hue angle of 57.91º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2CE5F is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB21020695-
CMYK00.020.550.18
HSL57.91º56.1%59.8%-
HSV(B)57.91º54.76%82.35%-
XYZ50.7258.6719.48-
YUV194.5471.83139.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 95 (37.5% from 255) = 18.59%
R=41.10%
G=40.31%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102069500.020.550.1857.9156.159.8
HexD2CE5F0237123a383c
Octal322316137026722727074
Binary1101001011001110101111101011011110010111010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CE5F; }

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

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

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

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

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

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

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

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