Shades of Spanish White #DCCFB9
Tints of Spanish White #DCCFB9
RGB
CMYK
RGB Variations
Color information
#DCCFB9 (or 0xDCCFB9) is known color: Spanish White. HEX triplet: DC, CF and B9. RGB value is (220,207,185). Sum of RGB (Red+Green+Blue) = 220+207+185=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFB9 is #233046. Grayscale: #D0D0D0. Windows color (decimal): -2306119 or 12177372. OLE color: 12177372.
HSL color Cylindrical-coordinate representation of color #DCCFB9: hue angle of 37.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCCFB9 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 185 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.14 |
| HSL | 37.71º | 0.33% | 0.79% | - |
| HSV(B) | 37.71º | 0.16% | 0.86% | - |
| XYZ | 60.58 | 63.34 | 54.93 | - |
| YUV | 208.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 185 | 0 | 0.06 | 0.16 | 0.14 | 37.71 | 0.33 | 0.79 |
| Hex | DC | CF | B9 | 0 | 6 | 10 | E | 26 | 21 | 4F |
| Octal | 334 | 317 | 271 | 0 | 6 | 20 | 16 | 46 | 41 | 117 |
| Binary | 11011100 | 11001111 | 10111001 | 0 | 110 | 10000 | 1110 | 100110 | 100001 | 1001111 |
Color Harmonies of #DCCFB9
Complementary color
Monochromatic Colors of #DCCFB9
Black with #DCCFB9
Text Example
Text Example
White with #DCCFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFB9; }
p { color: rgb(220,207,185); }
H1.HeaderClassName
{
color: #DCCFB9;
}
.AnyTagClassName
{
color: #DCCFB9;
}
</style>
background-color css
<style>
a { background-color: #DCCFB9; }
a { background-color: rgb(220,207,185); }
div.DivClassName
{
background-color: #DCCFB9;
}
.BgClassName
{
background-color: #DCCFB9;
}
</style>
border-color css
<style>
span { border-color: #DCCFB9; }
span { border-color: rgb(220,207,185); }
td.TdClassName
{
border-color: #DCCFB9;
}
.TagClassName
{
border-color: #DCCFB9;
}
</style>