Shades of Spanish White #DCCFBA
Tints of Spanish White #DCCFBA
RGB
CMYK
RGB Variations
Color information
#DCCFBA (or 0xDCCFBA) is known color: Spanish White. HEX triplet: DC, CF and BA. RGB value is (220,207,186). Sum of RGB (Red+Green+Blue) = 220+207+186=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFBA is #233045. Grayscale: #D0D0D0. Windows color (decimal): -2306118 or 12242908. OLE color: 12242908.
HSL color Cylindrical-coordinate representation of color #DCCFBA: hue angle of 37.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCCFBA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 186 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.14 |
| HSL | 37.06º | 0.33% | 0.8% | - |
| HSV(B) | 37.06º | 0.15% | 0.86% | - |
| XYZ | 60.69 | 63.39 | 55.49 | - |
| YUV | 208.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 186 | 0 | 0.06 | 0.15 | 0.14 | 37.06 | 0.33 | 0.8 |
| Hex | DC | CF | BA | 0 | 6 | F | E | 25 | 21 | 50 |
| Octal | 334 | 317 | 272 | 0 | 6 | 17 | 16 | 45 | 41 | 120 |
| Binary | 11011100 | 11001111 | 10111010 | 0 | 110 | 1111 | 1110 | 100101 | 100001 | 1010000 |
Color Harmonies of #DCCFBA
Complementary color
Monochromatic Colors of #DCCFBA
Black with #DCCFBA
Text Example
Text Example
White with #DCCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFBA; }
p { color: rgb(220,207,186); }
H1.HeaderClassName
{
color: #DCCFBA;
}
.AnyTagClassName
{
color: #DCCFBA;
}
</style>
background-color css
<style>
a { background-color: #DCCFBA; }
a { background-color: rgb(220,207,186); }
div.DivClassName
{
background-color: #DCCFBA;
}
.BgClassName
{
background-color: #DCCFBA;
}
</style>
border-color css
<style>
span { border-color: #DCCFBA; }
span { border-color: rgb(220,207,186); }
td.TdClassName
{
border-color: #DCCFBA;
}
.TagClassName
{
border-color: #DCCFBA;
}
</style>