Html Css Color HEX #D2C296 Double Spanish White
📋 copy color: '#D2C296'red 210 ◦ green 194 ◦ blue 150
Shades of Double Spanish White #D2C296
Tints of Double Spanish White #D2C296
RGB
CMYK
RGB Variations
Color information
#D2C296 (or 0xD2C296) is known color: Double Spanish White. HEX triplet: D2, C2 and 96. RGB value is (210,194,150). Sum of RGB (Red+Green+Blue) = 210+194+150=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C296 is #2D3D69. Grayscale: #C1C1C1. Windows color (decimal): -2964842 or 9880274. OLE color: 9880274.
HSL color Cylindrical-coordinate representation of color #D2C296: hue angle of 44º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2C296 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 150 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.18 |
| HSL | 44º | 0.4% | 0.71% | - |
| HSV(B) | 44º | 0.29% | 0.82% | - |
| XYZ | 51.38 | 54.49 | 36.66 | - |
| YUV | 193.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 150 | 0 | 0.08 | 0.29 | 0.18 | 44 | 0.4 | 0.71 |
| Hex | D2 | C2 | 96 | 0 | 8 | 1D | 12 | 2C | 28 | 47 |
| Octal | 322 | 302 | 226 | 0 | 10 | 35 | 22 | 54 | 50 | 107 |
| Binary | 11010010 | 11000010 | 10010110 | 0 | 1000 | 11101 | 10010 | 101100 | 101000 | 1000111 |
Color Harmonies of #D2C296
Complementary color
Monochromatic Colors of #D2C296
Black with #D2C296
Text Example
Text Example
White with #D2C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C296; }
p { color: rgb(210,194,150); }
H1.HeaderClassName
{
color: #D2C296;
}
.AnyTagClassName
{
color: #D2C296;
}
</style>
background-color css
<style>
a { background-color: #D2C296; }
a { background-color: rgb(210,194,150); }
div.DivClassName
{
background-color: #D2C296;
}
.BgClassName
{
background-color: #D2C296;
}
</style>
border-color css
<style>
span { border-color: #D2C296; }
span { border-color: rgb(210,194,150); }
td.TdClassName
{
border-color: #D2C296;
}
.TagClassName
{
border-color: #D2C296;
}
</style>