Html Css Color HEX #D0C49C Double Spanish White
📋 copy color: '#D0C49C'red 208 ◦ green 196 ◦ blue 156
Shades of Double Spanish White #D0C49C
Tints of Double Spanish White #D0C49C
RGB
CMYK
RGB Variations
Color information
#D0C49C (or 0xD0C49C) is known color: Double Spanish White. HEX triplet: D0, C4 and 9C. RGB value is (208,196,156). Sum of RGB (Red+Green+Blue) = 208+196+156=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C49C is #2F3B63. Grayscale: #C3C3C3. Windows color (decimal): -3095396 or 10274000. OLE color: 10274000.
HSL color Cylindrical-coordinate representation of color #D0C49C: hue angle of 46.15º 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 #D0C49C is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 156 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.18 |
| HSL | 46.15º | 0.36% | 0.71% | - |
| HSV(B) | 46.15º | 0.25% | 0.82% | - |
| XYZ | 51.75 | 55.29 | 39.4 | - |
| YUV | 195.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 156 | 0 | 0.06 | 0.25 | 0.18 | 46.15 | 0.36 | 0.71 |
| Hex | D0 | C4 | 9C | 0 | 6 | 19 | 12 | 2E | 24 | 47 |
| Octal | 320 | 304 | 234 | 0 | 6 | 31 | 22 | 56 | 44 | 107 |
| Binary | 11010000 | 11000100 | 10011100 | 0 | 110 | 11001 | 10010 | 101110 | 100100 | 1000111 |
Color Harmonies of #D0C49C
Complementary color
Monochromatic Colors of #D0C49C
Black with #D0C49C
Text Example
Text Example
White with #D0C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C49C; }
p { color: rgb(208,196,156); }
H1.HeaderClassName
{
color: #D0C49C;
}
.AnyTagClassName
{
color: #D0C49C;
}
</style>
background-color css
<style>
a { background-color: #D0C49C; }
a { background-color: rgb(208,196,156); }
div.DivClassName
{
background-color: #D0C49C;
}
.BgClassName
{
background-color: #D0C49C;
}
</style>
border-color css
<style>
span { border-color: #D0C49C; }
span { border-color: rgb(208,196,156); }
td.TdClassName
{
border-color: #D0C49C;
}
.TagClassName
{
border-color: #D0C49C;
}
</style>