#D2C59E

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

Shades of Double Spanish White #D2C59E

Tints of Double Spanish White #D2C59E

Color information

#D2C59E (or 0xD2C59E) is unknown color: approx Double Spanish White. HEX triplet: D2, C5 and 9E. RGB value is (210,197,158). Sum of RGB (Red+Green+Blue) = 210+197+158=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C59E is #2D3A61. Grayscale: #C4C4C4. Windows color (decimal): -2964066 or 10405330. OLE color: 10405330.

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

Color convert

RGB210197158-
CMYK00.060.250.18
HSL45º36.62%72.16%-
HSV(B)45º24.76%82.35%-
XYZ52.7256.140.4-
YUV196.44106.31137.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 197 (77.34% from 255) = 34.87%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=37.17%
G=34.87%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019715800.060.250.184536.6272.16
HexD2C59E0619122d2548
Octal3223052360631225545110
Binary110100101100010110011110011011001100101011011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C59E; }

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

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

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

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

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

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

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

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