Html Css Color HEX #D8CBA6 Double Spanish White
📋 copy color: '#D8CBA6'red 216 ◦ green 203 ◦ blue 166
Shades of Double Spanish White #D8CBA6
Tints of Double Spanish White #D8CBA6
RGB
CMYK
RGB Variations
Color information
#D8CBA6 (or 0xD8CBA6) is known color: Double Spanish White. HEX triplet: D8, CB and A6. RGB value is (216,203,166). Sum of RGB (Red+Green+Blue) = 216+203+166=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CBA6 is #273459. Grayscale: #CACACA. Windows color (decimal): -2569306 or 10931160. OLE color: 10931160.
HSL color Cylindrical-coordinate representation of color #D8CBA6: hue angle of 44.4º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8CBA6 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 166 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.15 |
| HSL | 44.4º | 0.39% | 0.75% | - |
| HSV(B) | 44.4º | 0.23% | 0.85% | - |
| XYZ | 56.56 | 60.06 | 44.69 | - |
| YUV | 202.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 166 | 0 | 0.06 | 0.23 | 0.15 | 44.4 | 0.39 | 0.75 |
| Hex | D8 | CB | A6 | 0 | 6 | 17 | F | 2C | 27 | 4B |
| Octal | 330 | 313 | 246 | 0 | 6 | 27 | 17 | 54 | 47 | 113 |
| Binary | 11011000 | 11001011 | 10100110 | 0 | 110 | 10111 | 1111 | 101100 | 100111 | 1001011 |
Color Harmonies of #D8CBA6
Complementary color
Monochromatic Colors of #D8CBA6
Black with #D8CBA6
Text Example
Text Example
White with #D8CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBA6; }
p { color: rgb(216,203,166); }
H1.HeaderClassName
{
color: #D8CBA6;
}
.AnyTagClassName
{
color: #D8CBA6;
}
</style>
background-color css
<style>
a { background-color: #D8CBA6; }
a { background-color: rgb(216,203,166); }
div.DivClassName
{
background-color: #D8CBA6;
}
.BgClassName
{
background-color: #D8CBA6;
}
</style>
border-color css
<style>
span { border-color: #D8CBA6; }
span { border-color: rgb(216,203,166); }
td.TdClassName
{
border-color: #D8CBA6;
}
.TagClassName
{
border-color: #D8CBA6;
}
</style>