#D0C19C

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

Shades of Double Spanish White #D0C19C

Tints of Double Spanish White #D0C19C

Color information

#D0C19C (or 0xD0C19C) is unknown color: approx Double Spanish White. HEX triplet: D0, C1 and 9C. RGB value is (208,193,156). Sum of RGB (Red+Green+Blue) = 208+193+156=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C19C is #2F3E63. Grayscale: #C1C1C1. Windows color (decimal): -3096164 or 10273232. OLE color: 10273232.

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

Color convert

RGB208193156-
CMYK00.070.250.18
HSL42.69º35.62%71.37%-
HSV(B)42.69º25%81.57%-
XYZ51.0853.9539.17-
YUV193.27106.97138.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 156 (61.33% from 255) = 28.01%
R=37.34%
G=34.65%
B=28.01%

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
Decimal20819315600.070.250.1842.6935.6271.37
HexD0C19C0719122b2447
Octal3203012340731225344107
Binary110100001100000110011100011111001100101010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C19C; }

 p { color: rgb(208,193,156); }

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

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

 a { background-color: rgb(208,193,156); }

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

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

 span { border-color: rgb(208,193,156); }

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