Shades of Spanish White #DCCBB0
Tints of Spanish White #DCCBB0
RGB
CMYK
RGB Variations
Color information
#DCCBB0 (or 0xDCCBB0) is known color: Spanish White. HEX triplet: DC, CB and B0. RGB value is (220,203,176). Sum of RGB (Red+Green+Blue) = 220+203+176=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBB0 is #23344F. Grayscale: #CDCDCD. Windows color (decimal): -2307152 or 11586524. OLE color: 11586524.
HSL color Cylindrical-coordinate representation of color #DCCBB0: hue angle of 36.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCBB0 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 176 | - |
| CMYK | 0 | 0.08 | 0.2 | 0.14 |
| HSL | 36.82º | 0.39% | 0.78% | - |
| HSV(B) | 36.82º | 0.2% | 0.86% | - |
| XYZ | 58.71 | 61.06 | 49.77 | - |
| YUV | 205.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 176 | 0 | 0.08 | 0.2 | 0.14 | 36.82 | 0.39 | 0.78 |
| Hex | DC | CB | B0 | 0 | 8 | 14 | E | 25 | 27 | 4E |
| Octal | 334 | 313 | 260 | 0 | 10 | 24 | 16 | 45 | 47 | 116 |
| Binary | 11011100 | 11001011 | 10110000 | 0 | 1000 | 10100 | 1110 | 100101 | 100111 | 1001110 |
Color Harmonies of #DCCBB0
Complementary color
Monochromatic Colors of #DCCBB0
Black with #DCCBB0
Text Example
Text Example
White with #DCCBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBB0; }
p { color: rgb(220,203,176); }
H1.HeaderClassName
{
color: #DCCBB0;
}
.AnyTagClassName
{
color: #DCCBB0;
}
</style>
background-color css
<style>
a { background-color: #DCCBB0; }
a { background-color: rgb(220,203,176); }
div.DivClassName
{
background-color: #DCCBB0;
}
.BgClassName
{
background-color: #DCCBB0;
}
</style>
border-color css
<style>
span { border-color: #DCCBB0; }
span { border-color: rgb(220,203,176); }
td.TdClassName
{
border-color: #DCCBB0;
}
.TagClassName
{
border-color: #DCCBB0;
}
</style>