#D2CE69

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

Shades of Goldenrod #D2CE69

Tints of Goldenrod #D2CE69

Color information

#D2CE69 (or 0xD2CE69) is unknown color: approx Goldenrod. HEX triplet: D2, CE and 69. RGB value is (210,206,105). Sum of RGB (Red+Green+Blue) = 210+206+105=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE69 is #2D3196. Grayscale: #C4C4C4. Windows color (decimal): -2961815 or 6934226. OLE color: 6934226.

HSL color Cylindrical-coordinate representation of color #D2CE69: hue angle of 57.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2CE69 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210206105-
CMYK00.020.500.18
HSL57.71º53.85%61.76%-
HSV(B)57.71º50%82.35%-
XYZ51.258.8622.03-
YUV195.6876.83138.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 105 (41.41% from 255) = 20.15%
R=40.31%
G=39.54%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020610500.020.500.1857.7153.8561.76
HexD2CE690232123a363e
Octal322316151026222726676
Binary1101001011001110110100101011001010010111010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CE69; }

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

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

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

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

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

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

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

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