#D0C19F

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

Shades of Double Spanish White #D0C19F

Tints of Double Spanish White #D0C19F

Color information

#D0C19F (or 0xD0C19F) is unknown color: approx Double Spanish White. HEX triplet: D0, C1 and 9F. RGB value is (208,193,159). Sum of RGB (Red+Green+Blue) = 208+193+159=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C19F is #2F3E60. Grayscale: #C1C1C1. Windows color (decimal): -3096161 or 10469840. OLE color: 10469840.

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

Color convert

RGB208193159-
CMYK00.070.240.18
HSL41.63º34.27%71.96%-
HSV(B)41.63º23.56%81.57%-
XYZ51.3454.0540.53-
YUV193.61108.47138.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=37.14%
G=34.46%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819315900.070.240.1841.6334.2771.96
HexD0C19F0718122a2248
Octal3203012370730225242110
Binary110100001100000110011111011111000100101010101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C19F; }

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

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

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

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

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

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

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

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