Html Css Color HEX #D0C299 Double Spanish White
📋 copy color: '#D0C299'red 208 ◦ green 194 ◦ blue 153
Shades of Double Spanish White #D0C299
Tints of Double Spanish White #D0C299
RGB
CMYK
RGB Variations
Color information
#D0C299 (or 0xD0C299) is known color: Double Spanish White. HEX triplet: D0, C2 and 99. RGB value is (208,194,153). Sum of RGB (Red+Green+Blue) = 208+194+153=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C299 is #2F3D66. Grayscale: #C1C1C1. Windows color (decimal): -3095911 or 10076880. OLE color: 10076880.
HSL color Cylindrical-coordinate representation of color #D0C299: hue angle of 44.73º 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 #D0C299 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 153 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.18 |
| HSL | 44.73º | 0.37% | 0.71% | - |
| HSV(B) | 44.73º | 0.26% | 0.82% | - |
| XYZ | 51.05 | 54.29 | 37.93 | - |
| YUV | 193.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 153 | 0 | 0.07 | 0.26 | 0.18 | 44.73 | 0.37 | 0.71 |
| Hex | D0 | C2 | 99 | 0 | 7 | 1A | 12 | 2D | 25 | 47 |
| Octal | 320 | 302 | 231 | 0 | 7 | 32 | 22 | 55 | 45 | 107 |
| Binary | 11010000 | 11000010 | 10011001 | 0 | 111 | 11010 | 10010 | 101101 | 100101 | 1000111 |
Color Harmonies of #D0C299
Complementary color
Monochromatic Colors of #D0C299
Black with #D0C299
Text Example
Text Example
White with #D0C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C299; }
p { color: rgb(208,194,153); }
H1.HeaderClassName
{
color: #D0C299;
}
.AnyTagClassName
{
color: #D0C299;
}
</style>
background-color css
<style>
a { background-color: #D0C299; }
a { background-color: rgb(208,194,153); }
div.DivClassName
{
background-color: #D0C299;
}
.BgClassName
{
background-color: #D0C299;
}
</style>
border-color css
<style>
span { border-color: #D0C299; }
span { border-color: rgb(208,194,153); }
td.TdClassName
{
border-color: #D0C299;
}
.TagClassName
{
border-color: #D0C299;
}
</style>