Html Css Color HEX #D0C49B Double Spanish White
📋 copy color: '#D0C49B'red 208 ◦ green 196 ◦ blue 155
Shades of Double Spanish White #D0C49B
Tints of Double Spanish White #D0C49B
RGB
CMYK
RGB Variations
Color information
#D0C49B (or 0xD0C49B) is known color: Double Spanish White. HEX triplet: D0, C4 and 9B. RGB value is (208,196,155). Sum of RGB (Red+Green+Blue) = 208+196+155=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C49B is #2F3B64. Grayscale: #C3C3C3. Windows color (decimal): -3095397 or 10208464. OLE color: 10208464.
HSL color Cylindrical-coordinate representation of color #D0C49B: hue angle of 46.42º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0C49B is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 155 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.18 |
| HSL | 46.42º | 0.36% | 0.71% | - |
| HSV(B) | 46.42º | 0.25% | 0.82% | - |
| XYZ | 51.67 | 55.26 | 38.95 | - |
| YUV | 194.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 155 | 0 | 0.06 | 0.25 | 0.18 | 46.42 | 0.36 | 0.71 |
| Hex | D0 | C4 | 9B | 0 | 6 | 19 | 12 | 2E | 24 | 47 |
| Octal | 320 | 304 | 233 | 0 | 6 | 31 | 22 | 56 | 44 | 107 |
| Binary | 11010000 | 11000100 | 10011011 | 0 | 110 | 11001 | 10010 | 101110 | 100100 | 1000111 |
Color Harmonies of #D0C49B
Complementary color
Monochromatic Colors of #D0C49B
Black with #D0C49B
Text Example
Text Example
White with #D0C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C49B; }
p { color: rgb(208,196,155); }
H1.HeaderClassName
{
color: #D0C49B;
}
.AnyTagClassName
{
color: #D0C49B;
}
</style>
background-color css
<style>
a { background-color: #D0C49B; }
a { background-color: rgb(208,196,155); }
div.DivClassName
{
background-color: #D0C49B;
}
.BgClassName
{
background-color: #D0C49B;
}
</style>
border-color css
<style>
span { border-color: #D0C49B; }
span { border-color: rgb(208,196,155); }
td.TdClassName
{
border-color: #D0C49B;
}
.TagClassName
{
border-color: #D0C49B;
}
</style>