#D2C59C

Color #D2C59C Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #D2C59C

Tints of Double Spanish White #D2C59C

Color information

#D2C59C (or 0xD2C59C) is unknown color: approx Double Spanish White. HEX triplet: D2, C5 and 9C. RGB value is (210,197,156). Sum of RGB (Red+Green+Blue) = 210+197+156=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C59C is #2D3A63. Grayscale: #C4C4C4. Windows color (decimal): -2964068 or 10274258. OLE color: 10274258.

HSL color Cylindrical-coordinate representation of color #D2C59C: hue angle of 45.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2C59C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB210197156-
CMYK00.060.260.18
HSL45.56º37.5%71.76%-
HSV(B)45.56º25.71%82.35%-
XYZ52.5556.0339.5-
YUV196.21105.31137.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=37.30%
G=34.99%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019715600.060.260.1845.5637.571.76
HexD2C59C061A122e2648
Octal3223052340632225646110
Binary110100101100010110011100011011010100101011101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C59C; }

 p { color: rgb(210,197,156); }

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

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

 a { background-color: rgb(210,197,156); }

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

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

 span { border-color: rgb(210,197,156); }

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