#D2C3A7

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

Shades of Double Spanish White #D2C3A7

Tints of Double Spanish White #D2C3A7

Color information

#D2C3A7 (or 0xD2C3A7) is unknown color: approx Double Spanish White. HEX triplet: D2, C3 and A7. RGB value is (210,195,167). Sum of RGB (Red+Green+Blue) = 210+195+167=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C3A7 is #2D3C58. Grayscale: #C4C4C4. Windows color (decimal): -2964569 or 10994642. OLE color: 10994642.

HSL color Cylindrical-coordinate representation of color #D2C3A7: hue angle of 39.07º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2C3A7 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210195167-
CMYK00.070.200.18
HSL39.07º32.33%73.92%-
HSV(B)39.07º20.48%82.35%-
XYZ53.0755.5244.48-
YUV196.29111.47137.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 167 (65.62% from 255) = 29.20%
R=36.71%
G=34.09%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019516700.070.200.1839.0732.3373.92
HexD2C3A707141227204a
Octal3223032470724224740112
Binary110100101100001110100111011110100100101001111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C3A7; }

 p { color: rgb(210,195,167); }

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

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

 a { background-color: rgb(210,195,167); }

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

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

 span { border-color: rgb(210,195,167); }

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