Html Css Color HEX #D2C198 Double Spanish White
📋 copy color: '#D2C198'red 210 ◦ green 193 ◦ blue 152
Shades of Double Spanish White #D2C198
Tints of Double Spanish White #D2C198
RGB
CMYK
RGB Variations
Color information
#D2C198 (or 0xD2C198) is known color: Double Spanish White. HEX triplet: D2, C1 and 98. RGB value is (210,193,152). Sum of RGB (Red+Green+Blue) = 210+193+152=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C198 is #2D3E67. Grayscale: #C1C1C1. Windows color (decimal): -2965096 or 10011090. OLE color: 10011090.
HSL color Cylindrical-coordinate representation of color #D2C198: hue angle of 42.41º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2C198 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 152 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.18 |
| HSL | 42.41º | 0.39% | 0.71% | - |
| HSV(B) | 42.41º | 0.28% | 0.82% | - |
| XYZ | 51.32 | 54.11 | 37.45 | - |
| YUV | 193.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 152 | 0 | 0.08 | 0.28 | 0.18 | 42.41 | 0.39 | 0.71 |
| Hex | D2 | C1 | 98 | 0 | 8 | 1C | 12 | 2A | 27 | 47 |
| Octal | 322 | 301 | 230 | 0 | 10 | 34 | 22 | 52 | 47 | 107 |
| Binary | 11010010 | 11000001 | 10011000 | 0 | 1000 | 11100 | 10010 | 101010 | 100111 | 1000111 |
Color Harmonies of #D2C198
Complementary color
Monochromatic Colors of #D2C198
Black with #D2C198
Text Example
Text Example
White with #D2C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C198; }
p { color: rgb(210,193,152); }
H1.HeaderClassName
{
color: #D2C198;
}
.AnyTagClassName
{
color: #D2C198;
}
</style>
background-color css
<style>
a { background-color: #D2C198; }
a { background-color: rgb(210,193,152); }
div.DivClassName
{
background-color: #D2C198;
}
.BgClassName
{
background-color: #D2C198;
}
</style>
border-color css
<style>
span { border-color: #D2C198; }
span { border-color: rgb(210,193,152); }
td.TdClassName
{
border-color: #D2C198;
}
.TagClassName
{
border-color: #D2C198;
}
</style>