Shades of Spanish White #DCCFB0
Tints of Spanish White #DCCFB0
RGB
CMYK
RGB Variations
Color information
#DCCFB0 (or 0xDCCFB0) is known color: Spanish White. HEX triplet: DC, CF and B0. RGB value is (220,207,176). Sum of RGB (Red+Green+Blue) = 220+207+176=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFB0 is #23304F. Grayscale: #CFCFCF. Windows color (decimal): -2306128 or 11587548. OLE color: 11587548.
HSL color Cylindrical-coordinate representation of color #DCCFB0: hue angle of 42.27º 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 #DCCFB0 is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 176 | - |
| CMYK | 0 | 0.06 | 0.2 | 0.14 |
| HSL | 42.27º | 0.39% | 0.78% | - |
| HSV(B) | 42.27º | 0.2% | 0.86% | - |
| XYZ | 59.66 | 62.98 | 50.09 | - |
| YUV | 207.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 176 | 0 | 0.06 | 0.2 | 0.14 | 42.27 | 0.39 | 0.78 |
| Hex | DC | CF | B0 | 0 | 6 | 14 | E | 2A | 27 | 4E |
| Octal | 334 | 317 | 260 | 0 | 6 | 24 | 16 | 52 | 47 | 116 |
| Binary | 11011100 | 11001111 | 10110000 | 0 | 110 | 10100 | 1110 | 101010 | 100111 | 1001110 |
Color Harmonies of #DCCFB0
Complementary color
Monochromatic Colors of #DCCFB0
Black with #DCCFB0
Text Example
Text Example
White with #DCCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFB0; }
p { color: rgb(220,207,176); }
H1.HeaderClassName
{
color: #DCCFB0;
}
.AnyTagClassName
{
color: #DCCFB0;
}
</style>
background-color css
<style>
a { background-color: #DCCFB0; }
a { background-color: rgb(220,207,176); }
div.DivClassName
{
background-color: #DCCFB0;
}
.BgClassName
{
background-color: #DCCFB0;
}
</style>
border-color css
<style>
span { border-color: #DCCFB0; }
span { border-color: rgb(220,207,176); }
td.TdClassName
{
border-color: #DCCFB0;
}
.TagClassName
{
border-color: #DCCFB0;
}
</style>