Shades of Spanish White #DCCAB1
Tints of Spanish White #DCCAB1
RGB
CMYK
RGB Variations
Color information
#DCCAB1 (or 0xDCCAB1) is known color: Spanish White. HEX triplet: DC, CA and B1. RGB value is (220,202,177). Sum of RGB (Red+Green+Blue) = 220+202+177=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAB1 is #23354E. Grayscale: #CCCCCC. Windows color (decimal): -2307407 or 11651804. OLE color: 11651804.
HSL color Cylindrical-coordinate representation of color #DCCAB1: hue angle of 34.88º degrees, saturation: 0.38, 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 #DCCAB1 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 177 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.14 |
| HSL | 34.88º | 0.38% | 0.78% | - |
| HSV(B) | 34.88º | 0.2% | 0.86% | - |
| XYZ | 58.57 | 60.63 | 50.21 | - |
| YUV | 204.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 177 | 0 | 0.08 | 0.20 | 0.14 | 34.88 | 0.38 | 0.78 |
| Hex | DC | CA | B1 | 0 | 8 | 14 | E | 23 | 26 | 4E |
| Octal | 334 | 312 | 261 | 0 | 10 | 24 | 16 | 43 | 46 | 116 |
| Binary | 11011100 | 11001010 | 10110001 | 0 | 1000 | 10100 | 1110 | 100011 | 100110 | 1001110 |
Color Harmonies of #DCCAB1
Complementary color
Monochromatic Colors of #DCCAB1
Black with #DCCAB1
Text Example
Text Example
White with #DCCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAB1; }
p { color: rgb(220,202,177); }
H1.HeaderClassName
{
color: #DCCAB1;
}
.AnyTagClassName
{
color: #DCCAB1;
}
</style>
background-color css
<style>
a { background-color: #DCCAB1; }
a { background-color: rgb(220,202,177); }
div.DivClassName
{
background-color: #DCCAB1;
}
.BgClassName
{
background-color: #DCCAB1;
}
</style>
border-color css
<style>
span { border-color: #DCCAB1; }
span { border-color: rgb(220,202,177); }
td.TdClassName
{
border-color: #DCCAB1;
}
.TagClassName
{
border-color: #DCCAB1;
}
</style>