Shades of Spanish White #DCCBAF
Tints of Spanish White #DCCBAF
RGB
CMYK
RGB Variations
Color information
#DCCBAF (or 0xDCCBAF) is known color: Spanish White. HEX triplet: DC, CB and AF. RGB value is (220,203,175). Sum of RGB (Red+Green+Blue) = 220+203+175=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBAF is #233450. Grayscale: #CDCDCD. Windows color (decimal): -2307153 or 11520988. OLE color: 11520988.
HSL color Cylindrical-coordinate representation of color #DCCBAF: hue angle of 37.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCBAF is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 175 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.14 |
| HSL | 37.33º | 0.39% | 0.77% | - |
| HSV(B) | 37.33º | 0.2% | 0.86% | - |
| XYZ | 58.61 | 61.02 | 49.25 | - |
| YUV | 204.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 175 | 0 | 0.08 | 0.20 | 0.14 | 37.33 | 0.39 | 0.77 |
| Hex | DC | CB | AF | 0 | 8 | 14 | E | 25 | 27 | 4D |
| Octal | 334 | 313 | 257 | 0 | 10 | 24 | 16 | 45 | 47 | 115 |
| Binary | 11011100 | 11001011 | 10101111 | 0 | 1000 | 10100 | 1110 | 100101 | 100111 | 1001101 |
Color Harmonies of #DCCBAF
Complementary color
Monochromatic Colors of #DCCBAF
Black with #DCCBAF
Text Example
Text Example
White with #DCCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBAF; }
p { color: rgb(220,203,175); }
H1.HeaderClassName
{
color: #DCCBAF;
}
.AnyTagClassName
{
color: #DCCBAF;
}
</style>
background-color css
<style>
a { background-color: #DCCBAF; }
a { background-color: rgb(220,203,175); }
div.DivClassName
{
background-color: #DCCBAF;
}
.BgClassName
{
background-color: #DCCBAF;
}
</style>
border-color css
<style>
span { border-color: #DCCBAF; }
span { border-color: rgb(220,203,175); }
td.TdClassName
{
border-color: #DCCBAF;
}
.TagClassName
{
border-color: #DCCBAF;
}
</style>