Shades of Spanish White #DCD0BB
Tints of Spanish White #DCD0BB
RGB
CMYK
RGB Variations
Color information
#DCD0BB (or 0xDCD0BB) is known color: Spanish White. HEX triplet: DC, D0 and BB. RGB value is (220,208,187). Sum of RGB (Red+Green+Blue) = 220+208+187=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0BB is #232F44. Grayscale: #D1D1D1. Windows color (decimal): -2305861 or 12308700. OLE color: 12308700.
HSL color Cylindrical-coordinate representation of color #DCD0BB: hue angle of 38.18º degrees, saturation: 0.32, 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 #DCD0BB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 187 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.14 |
| HSL | 38.18º | 0.32% | 0.8% | - |
| HSV(B) | 38.18º | 0.15% | 0.86% | - |
| XYZ | 61.04 | 63.92 | 56.13 | - |
| YUV | 209.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 187 | 0 | 0.05 | 0.15 | 0.14 | 38.18 | 0.32 | 0.8 |
| Hex | DC | D0 | BB | 0 | 5 | F | E | 26 | 20 | 50 |
| Octal | 334 | 320 | 273 | 0 | 5 | 17 | 16 | 46 | 40 | 120 |
| Binary | 11011100 | 11010000 | 10111011 | 0 | 101 | 1111 | 1110 | 100110 | 100000 | 1010000 |
Color Harmonies of #DCD0BB
Complementary color
Monochromatic Colors of #DCD0BB
Black with #DCD0BB
Text Example
Text Example
White with #DCD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0BB; }
p { color: rgb(220,208,187); }
H1.HeaderClassName
{
color: #DCD0BB;
}
.AnyTagClassName
{
color: #DCD0BB;
}
</style>
background-color css
<style>
a { background-color: #DCD0BB; }
a { background-color: rgb(220,208,187); }
div.DivClassName
{
background-color: #DCD0BB;
}
.BgClassName
{
background-color: #DCD0BB;
}
</style>
border-color css
<style>
span { border-color: #DCD0BB; }
span { border-color: rgb(220,208,187); }
td.TdClassName
{
border-color: #DCD0BB;
}
.TagClassName
{
border-color: #DCD0BB;
}
</style>