Shades of Spanish White #DECCB0
Tints of Spanish White #DECCB0
RGB
CMYK
RGB Variations
Color information
#DECCB0 (or 0xDECCB0) is known color: Spanish White. HEX triplet: DE, CC and B0. RGB value is (222,204,176). Sum of RGB (Red+Green+Blue) = 222+204+176=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCB0 is #21334F. Grayscale: #CECECE. Windows color (decimal): -2175824 or 11586782. OLE color: 11586782.
HSL color Cylindrical-coordinate representation of color #DECCB0: hue angle of 36.52º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DECCB0 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 176 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.13 |
| HSL | 36.52º | 0.41% | 0.78% | - |
| HSV(B) | 36.52º | 0.21% | 0.87% | - |
| XYZ | 59.55 | 61.85 | 49.87 | - |
| YUV | 206.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 176 | 0 | 0.08 | 0.21 | 0.13 | 36.52 | 0.41 | 0.78 |
| Hex | DE | CC | B0 | 0 | 8 | 15 | D | 25 | 29 | 4E |
| Octal | 336 | 314 | 260 | 0 | 10 | 25 | 15 | 45 | 51 | 116 |
| Binary | 11011110 | 11001100 | 10110000 | 0 | 1000 | 10101 | 1101 | 100101 | 101001 | 1001110 |
Color Harmonies of #DECCB0
Complementary color
Monochromatic Colors of #DECCB0
Black with #DECCB0
Text Example
Text Example
White with #DECCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCB0; }
p { color: rgb(222,204,176); }
H1.HeaderClassName
{
color: #DECCB0;
}
.AnyTagClassName
{
color: #DECCB0;
}
</style>
background-color css
<style>
a { background-color: #DECCB0; }
a { background-color: rgb(222,204,176); }
div.DivClassName
{
background-color: #DECCB0;
}
.BgClassName
{
background-color: #DECCB0;
}
</style>
border-color css
<style>
span { border-color: #DECCB0; }
span { border-color: rgb(222,204,176); }
td.TdClassName
{
border-color: #DECCB0;
}
.TagClassName
{
border-color: #DECCB0;
}
</style>