#D2C49D

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

Shades of Double Spanish White #D2C49D

Tints of Double Spanish White #D2C49D

Color information

#D2C49D (or 0xD2C49D) is unknown color: approx Double Spanish White. HEX triplet: D2, C4 and 9D. RGB value is (210,196,157). Sum of RGB (Red+Green+Blue) = 210+196+157=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C49D is #2D3B62. Grayscale: #C3C3C3. Windows color (decimal): -2964323 or 10339538. OLE color: 10339538.

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

Color convert

RGB210196157-
CMYK00.070.250.18
HSL44.15º37.06%71.96%-
HSV(B)44.15º25.24%82.35%-
XYZ52.455.6239.87-
YUV195.74106.14138.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=37.30%
G=34.81%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019615700.070.250.1844.1537.0671.96
HexD2C49D0719122c2548
Octal3223042350731225445110
Binary110100101100010010011101011111001100101011001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C49D; }

 p { color: rgb(210,196,157); }

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

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

 a { background-color: rgb(210,196,157); }

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

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

 span { border-color: rgb(210,196,157); }

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