Shades of Spanish White #DCCAB0
Tints of Spanish White #DCCAB0
RGB
CMYK
RGB Variations
Color information
#DCCAB0 (or 0xDCCAB0) is known color: Spanish White. HEX triplet: DC, CA and B0. RGB value is (220,202,176). Sum of RGB (Red+Green+Blue) = 220+202+176=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAB0 is #23354F. Grayscale: #CCCCCC. Windows color (decimal): -2307408 or 11586268. OLE color: 11586268.
HSL color Cylindrical-coordinate representation of color #DCCAB0: hue angle of 35.45º 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 #DCCAB0 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 176 | - |
| CMYK | 0 | 0.08 | 0.2 | 0.14 |
| HSL | 35.45º | 0.39% | 0.78% | - |
| HSV(B) | 35.45º | 0.2% | 0.86% | - |
| XYZ | 58.47 | 60.59 | 49.69 | - |
| YUV | 204.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 176 | 0 | 0.08 | 0.2 | 0.14 | 35.45 | 0.39 | 0.78 |
| Hex | DC | CA | B0 | 0 | 8 | 14 | E | 23 | 27 | 4E |
| Octal | 334 | 312 | 260 | 0 | 10 | 24 | 16 | 43 | 47 | 116 |
| Binary | 11011100 | 11001010 | 10110000 | 0 | 1000 | 10100 | 1110 | 100011 | 100111 | 1001110 |
Color Harmonies of #DCCAB0
Complementary color
Monochromatic Colors of #DCCAB0
Black with #DCCAB0
Text Example
Text Example
White with #DCCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAB0; }
p { color: rgb(220,202,176); }
H1.HeaderClassName
{
color: #DCCAB0;
}
.AnyTagClassName
{
color: #DCCAB0;
}
</style>
background-color css
<style>
a { background-color: #DCCAB0; }
a { background-color: rgb(220,202,176); }
div.DivClassName
{
background-color: #DCCAB0;
}
.BgClassName
{
background-color: #DCCAB0;
}
</style>
border-color css
<style>
span { border-color: #DCCAB0; }
span { border-color: rgb(220,202,176); }
td.TdClassName
{
border-color: #DCCAB0;
}
.TagClassName
{
border-color: #DCCAB0;
}
</style>