Html Css Color HEX #D2C49B Double Spanish White
📋 copy color: '#D2C49B'red 210 ◦ green 196 ◦ blue 155
Shades of Double Spanish White #D2C49B
Tints of Double Spanish White #D2C49B
RGB
CMYK
RGB Variations
Color information
#D2C49B (or 0xD2C49B) is known color: Double Spanish White. HEX triplet: D2, C4 and 9B. RGB value is (210,196,155). Sum of RGB (Red+Green+Blue) = 210+196+155=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C49B is #2D3B64. Grayscale: #C3C3C3. Windows color (decimal): -2964325 or 10208466. OLE color: 10208466.
HSL color Cylindrical-coordinate representation of color #D2C49B: hue angle of 44.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2C49B is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 155 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.18 |
| HSL | 44.73º | 0.38% | 0.72% | - |
| HSV(B) | 44.73º | 0.26% | 0.82% | - |
| XYZ | 52.23 | 55.55 | 38.98 | - |
| YUV | 195.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 155 | 0 | 0.07 | 0.26 | 0.18 | 44.73 | 0.38 | 0.72 |
| Hex | D2 | C4 | 9B | 0 | 7 | 1A | 12 | 2D | 26 | 48 |
| Octal | 322 | 304 | 233 | 0 | 7 | 32 | 22 | 55 | 46 | 110 |
| Binary | 11010010 | 11000100 | 10011011 | 0 | 111 | 11010 | 10010 | 101101 | 100110 | 1001000 |
Color Harmonies of #D2C49B
Complementary color
Monochromatic Colors of #D2C49B
Black with #D2C49B
Text Example
Text Example
White with #D2C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C49B; }
p { color: rgb(210,196,155); }
H1.HeaderClassName
{
color: #D2C49B;
}
.AnyTagClassName
{
color: #D2C49B;
}
</style>
background-color css
<style>
a { background-color: #D2C49B; }
a { background-color: rgb(210,196,155); }
div.DivClassName
{
background-color: #D2C49B;
}
.BgClassName
{
background-color: #D2C49B;
}
</style>
border-color css
<style>
span { border-color: #D2C49B; }
span { border-color: rgb(210,196,155); }
td.TdClassName
{
border-color: #D2C49B;
}
.TagClassName
{
border-color: #D2C49B;
}
</style>