Html Css Color HEX #D0C4A9 Double Spanish White
📋 copy color: '#D0C4A9'red 208 ◦ green 196 ◦ blue 169
Shades of Double Spanish White #D0C4A9
Tints of Double Spanish White #D0C4A9
RGB
CMYK
RGB Variations
Color information
#D0C4A9 (or 0xD0C4A9) is known color: Double Spanish White. HEX triplet: D0, C4 and A9. RGB value is (208,196,169). Sum of RGB (Red+Green+Blue) = 208+196+169=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C4A9 is #2F3B56. Grayscale: #C4C4C4. Windows color (decimal): -3095383 or 11125968. OLE color: 11125968.
HSL color Cylindrical-coordinate representation of color #D0C4A9: hue angle of 41.54º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0C4A9 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 169 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.18 |
| HSL | 41.54º | 0.29% | 0.74% | - |
| HSV(B) | 41.54º | 0.19% | 0.82% | - |
| XYZ | 52.91 | 55.75 | 45.51 | - |
| YUV | 196.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 169 | 0 | 0.06 | 0.19 | 0.18 | 41.54 | 0.29 | 0.74 |
| Hex | D0 | C4 | A9 | 0 | 6 | 13 | 12 | 2A | 1D | 4A |
| Octal | 320 | 304 | 251 | 0 | 6 | 23 | 22 | 52 | 35 | 112 |
| Binary | 11010000 | 11000100 | 10101001 | 0 | 110 | 10011 | 10010 | 101010 | 11101 | 1001010 |
Color Harmonies of #D0C4A9
Complementary color
Monochromatic Colors of #D0C4A9
Black with #D0C4A9
Text Example
Text Example
White with #D0C4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C4A9; }
p { color: rgb(208,196,169); }
H1.HeaderClassName
{
color: #D0C4A9;
}
.AnyTagClassName
{
color: #D0C4A9;
}
</style>
background-color css
<style>
a { background-color: #D0C4A9; }
a { background-color: rgb(208,196,169); }
div.DivClassName
{
background-color: #D0C4A9;
}
.BgClassName
{
background-color: #D0C4A9;
}
</style>
border-color css
<style>
span { border-color: #D0C4A9; }
span { border-color: rgb(208,196,169); }
td.TdClassName
{
border-color: #D0C4A9;
}
.TagClassName
{
border-color: #D0C4A9;
}
</style>