Html Css Color HEX #D0C5A0 Double Spanish White
📋 copy color: '#D0C5A0'red 208 ◦ green 197 ◦ blue 160
Shades of Double Spanish White #D0C5A0
Tints of Double Spanish White #D0C5A0
RGB
CMYK
RGB Variations
Color information
#D0C5A0 (or 0xD0C5A0) is known color: Double Spanish White. HEX triplet: D0, C5 and A0. RGB value is (208,197,160). Sum of RGB (Red+Green+Blue) = 208+197+160=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C5A0 is #2F3A5F. Grayscale: #C4C4C4. Windows color (decimal): -3095136 or 10536400. OLE color: 10536400.
HSL color Cylindrical-coordinate representation of color #D0C5A0: hue angle of 46.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0C5A0 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 160 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.18 |
| HSL | 46.25º | 0.34% | 0.72% | - |
| HSV(B) | 46.25º | 0.23% | 0.82% | - |
| XYZ | 52.32 | 55.88 | 41.29 | - |
| YUV | 196.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 160 | 0 | 0.05 | 0.23 | 0.18 | 46.25 | 0.34 | 0.72 |
| Hex | D0 | C5 | A0 | 0 | 5 | 17 | 12 | 2E | 22 | 48 |
| Octal | 320 | 305 | 240 | 0 | 5 | 27 | 22 | 56 | 42 | 110 |
| Binary | 11010000 | 11000101 | 10100000 | 0 | 101 | 10111 | 10010 | 101110 | 100010 | 1001000 |
Color Harmonies of #D0C5A0
Complementary color
Monochromatic Colors of #D0C5A0
Black with #D0C5A0
Text Example
Text Example
White with #D0C5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C5A0; }
p { color: rgb(208,197,160); }
H1.HeaderClassName
{
color: #D0C5A0;
}
.AnyTagClassName
{
color: #D0C5A0;
}
</style>
background-color css
<style>
a { background-color: #D0C5A0; }
a { background-color: rgb(208,197,160); }
div.DivClassName
{
background-color: #D0C5A0;
}
.BgClassName
{
background-color: #D0C5A0;
}
</style>
border-color css
<style>
span { border-color: #D0C5A0; }
span { border-color: rgb(208,197,160); }
td.TdClassName
{
border-color: #D0C5A0;
}
.TagClassName
{
border-color: #D0C5A0;
}
</style>