#D2C29B

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

Shades of Double Spanish White #D2C29B

Tints of Double Spanish White #D2C29B

Color information

#D2C29B (or 0xD2C29B) is unknown color: approx Double Spanish White. HEX triplet: D2, C2 and 9B. RGB value is (210,194,155). Sum of RGB (Red+Green+Blue) = 210+194+155=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C29B is #2D3D64. Grayscale: #C2C2C2. Windows color (decimal): -2964837 or 10207954. OLE color: 10207954.

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

Color convert

RGB210194155-
CMYK00.080.260.18
HSL42.55º37.93%71.57%-
HSV(B)42.55º26.19%82.35%-
XYZ51.7954.6538.83-
YUV194.34105.8139.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=37.57%
G=34.70%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019415500.080.260.1842.5537.9371.57
HexD2C29B081A122b2648
Octal32230223301032225346110
Binary1101001011000010100110110100011010100101010111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C29B; }

 p { color: rgb(210,194,155); }

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

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

 a { background-color: rgb(210,194,155); }

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

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

 span { border-color: rgb(210,194,155); }

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