Html Css Color HEX #D0C099 Double Spanish White
📋 copy color: '#D0C099'red 208 ◦ green 192 ◦ blue 153
Shades of Double Spanish White #D0C099
Tints of Double Spanish White #D0C099
RGB
CMYK
RGB Variations
Color information
#D0C099 (or 0xD0C099) is known color: Double Spanish White. HEX triplet: D0, C0 and 99. RGB value is (208,192,153). Sum of RGB (Red+Green+Blue) = 208+192+153=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C099 is #2F3F66. Grayscale: #C0C0C0. Windows color (decimal): -3096423 or 10076368. OLE color: 10076368.
HSL color Cylindrical-coordinate representation of color #D0C099: hue angle of 42.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0C099 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 153 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.18 |
| HSL | 42.55º | 0.37% | 0.71% | - |
| HSV(B) | 42.55º | 0.26% | 0.82% | - |
| XYZ | 50.61 | 53.41 | 37.78 | - |
| YUV | 192.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 153 | 0 | 0.08 | 0.26 | 0.18 | 42.55 | 0.37 | 0.71 |
| Hex | D0 | C0 | 99 | 0 | 8 | 1A | 12 | 2B | 25 | 47 |
| Octal | 320 | 300 | 231 | 0 | 10 | 32 | 22 | 53 | 45 | 107 |
| Binary | 11010000 | 11000000 | 10011001 | 0 | 1000 | 11010 | 10010 | 101011 | 100101 | 1000111 |
Color Harmonies of #D0C099
Complementary color
Monochromatic Colors of #D0C099
Black with #D0C099
Text Example
Text Example
White with #D0C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C099; }
p { color: rgb(208,192,153); }
H1.HeaderClassName
{
color: #D0C099;
}
.AnyTagClassName
{
color: #D0C099;
}
</style>
background-color css
<style>
a { background-color: #D0C099; }
a { background-color: rgb(208,192,153); }
div.DivClassName
{
background-color: #D0C099;
}
.BgClassName
{
background-color: #D0C099;
}
</style>
border-color css
<style>
span { border-color: #D0C099; }
span { border-color: rgb(208,192,153); }
td.TdClassName
{
border-color: #D0C099;
}
.TagClassName
{
border-color: #D0C099;
}
</style>