Html Css Color HEX #D0C3A9 Double Spanish White
📋 copy color: '#D0C3A9'red 208 ◦ green 195 ◦ blue 169
Shades of Double Spanish White #D0C3A9
Tints of Double Spanish White #D0C3A9
RGB
CMYK
RGB Variations
Color information
#D0C3A9 (or 0xD0C3A9) is known color: Double Spanish White. HEX triplet: D0, C3 and A9. RGB value is (208,195,169). Sum of RGB (Red+Green+Blue) = 208+195+169=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C3A9 is #2F3C56. Grayscale: #C4C4C4. Windows color (decimal): -3095639 or 11125712. OLE color: 11125712.
HSL color Cylindrical-coordinate representation of color #D0C3A9: hue angle of 40º 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 #D0C3A9 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 169 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.18 |
| HSL | 40º | 0.29% | 0.74% | - |
| HSV(B) | 40º | 0.19% | 0.82% | - |
| XYZ | 52.69 | 55.3 | 45.43 | - |
| YUV | 195.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 169 | 0 | 0.06 | 0.19 | 0.18 | 40 | 0.29 | 0.74 |
| Hex | D0 | C3 | A9 | 0 | 6 | 13 | 12 | 28 | 1D | 4A |
| Octal | 320 | 303 | 251 | 0 | 6 | 23 | 22 | 50 | 35 | 112 |
| Binary | 11010000 | 11000011 | 10101001 | 0 | 110 | 10011 | 10010 | 101000 | 11101 | 1001010 |
Color Harmonies of #D0C3A9
Complementary color
Monochromatic Colors of #D0C3A9
Black with #D0C3A9
Text Example
Text Example
White with #D0C3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C3A9; }
p { color: rgb(208,195,169); }
H1.HeaderClassName
{
color: #D0C3A9;
}
.AnyTagClassName
{
color: #D0C3A9;
}
</style>
background-color css
<style>
a { background-color: #D0C3A9; }
a { background-color: rgb(208,195,169); }
div.DivClassName
{
background-color: #D0C3A9;
}
.BgClassName
{
background-color: #D0C3A9;
}
</style>
border-color css
<style>
span { border-color: #D0C3A9; }
span { border-color: rgb(208,195,169); }
td.TdClassName
{
border-color: #D0C3A9;
}
.TagClassName
{
border-color: #D0C3A9;
}
</style>