#D2CB69

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

Shades of Goldenrod #D2CB69

Tints of Goldenrod #D2CB69

Color information

#D2CB69 (or 0xD2CB69) is unknown color: approx Goldenrod. HEX triplet: D2, CB and 69. RGB value is (210,203,105). Sum of RGB (Red+Green+Blue) = 210+203+105=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB69 is #2D3496. Grayscale: #C2C2C2. Windows color (decimal): -2962583 or 6933458. OLE color: 6933458.

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

Color convert

RGB210203105-
CMYK00.030.500.18
HSL56º53.85%61.76%-
HSV(B)56º50%82.35%-
XYZ50.4857.4321.79-
YUV193.9277.82139.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 105 (41.41% from 255) = 20.27%
R=40.54%
G=39.19%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020310500.030.500.185653.8561.76
HexD2CB6903321238363e
Octal322313151036222706676
Binary1101001011001011110100101111001010010111000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CB69; }

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

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

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

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

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

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

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

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