#D2C19F

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

Shades of Double Spanish White #D2C19F

Tints of Double Spanish White #D2C19F

Color information

#D2C19F (or 0xD2C19F) is unknown color: approx Double Spanish White. HEX triplet: D2, C1 and 9F. RGB value is (210,193,159). Sum of RGB (Red+Green+Blue) = 210+193+159=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C19F is #2D3E60. Grayscale: #C2C2C2. Windows color (decimal): -2965089 or 10469842. OLE color: 10469842.

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

Color convert

RGB210193159-
CMYK00.080.240.18
HSL40º36.17%72.35%-
HSV(B)40º24.29%82.35%-
XYZ51.9154.3440.55-
YUV194.21108.13139.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 159 (62.5% from 255) = 28.29%
R=37.37%
G=34.34%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019315900.080.240.184036.1772.35
HexD2C19F081812282448
Octal32230123701030225044110
Binary1101001011000001100111110100011000100101010001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C19F; }

 p { color: rgb(210,193,159); }

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

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

 a { background-color: rgb(210,193,159); }

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

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

 span { border-color: rgb(210,193,159); }

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