Shades of Spanish White #DCCEB9
Tints of Spanish White #DCCEB9
RGB
CMYK
RGB Variations
Color information
#DCCEB9 (or 0xDCCEB9) is known color: Spanish White. HEX triplet: DC, CE and B9. RGB value is (220,206,185). Sum of RGB (Red+Green+Blue) = 220+206+185=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEB9 is #233146. Grayscale: #CFCFCF. Windows color (decimal): -2306375 or 12177116. OLE color: 12177116.
HSL color Cylindrical-coordinate representation of color #DCCEB9: hue angle of 36º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCEB9 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 185 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.14 |
| HSL | 36º | 0.33% | 0.79% | - |
| HSV(B) | 36º | 0.16% | 0.86% | - |
| XYZ | 60.34 | 62.86 | 54.85 | - |
| YUV | 207.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 185 | 0 | 0.06 | 0.16 | 0.14 | 36 | 0.33 | 0.79 |
| Hex | DC | CE | B9 | 0 | 6 | 10 | E | 24 | 21 | 4F |
| Octal | 334 | 316 | 271 | 0 | 6 | 20 | 16 | 44 | 41 | 117 |
| Binary | 11011100 | 11001110 | 10111001 | 0 | 110 | 10000 | 1110 | 100100 | 100001 | 1001111 |
Color Harmonies of #DCCEB9
Complementary color
Monochromatic Colors of #DCCEB9
Black with #DCCEB9
Text Example
Text Example
White with #DCCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEB9; }
p { color: rgb(220,206,185); }
H1.HeaderClassName
{
color: #DCCEB9;
}
.AnyTagClassName
{
color: #DCCEB9;
}
</style>
background-color css
<style>
a { background-color: #DCCEB9; }
a { background-color: rgb(220,206,185); }
div.DivClassName
{
background-color: #DCCEB9;
}
.BgClassName
{
background-color: #DCCEB9;
}
</style>
border-color css
<style>
span { border-color: #DCCEB9; }
span { border-color: rgb(220,206,185); }
td.TdClassName
{
border-color: #DCCEB9;
}
.TagClassName
{
border-color: #DCCEB9;
}
</style>