Shades of Spanish White #DCD1BB
Tints of Spanish White #DCD1BB
RGB
CMYK
RGB Variations
Color information
#DCD1BB (or 0xDCD1BB) is known color: Spanish White. HEX triplet: DC, D1 and BB. RGB value is (220,209,187). Sum of RGB (Red+Green+Blue) = 220+209+187=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1BB is #232E44. Grayscale: #D1D1D1. Windows color (decimal): -2305605 or 12308956. OLE color: 12308956.
HSL color Cylindrical-coordinate representation of color #DCD1BB: hue angle of 40º 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 #DCD1BB is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 187 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.14 |
| HSL | 40º | 0.32% | 0.8% | - |
| HSV(B) | 40º | 0.15% | 0.86% | - |
| XYZ | 61.29 | 64.4 | 56.21 | - |
| YUV | 209.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 187 | 0 | 0.05 | 0.15 | 0.14 | 40 | 0.32 | 0.8 |
| Hex | DC | D1 | BB | 0 | 5 | F | E | 28 | 20 | 50 |
| Octal | 334 | 321 | 273 | 0 | 5 | 17 | 16 | 50 | 40 | 120 |
| Binary | 11011100 | 11010001 | 10111011 | 0 | 101 | 1111 | 1110 | 101000 | 100000 | 1010000 |
Color Harmonies of #DCD1BB
Complementary color
Monochromatic Colors of #DCD1BB
Black with #DCD1BB
Text Example
Text Example
White with #DCD1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1BB; }
p { color: rgb(220,209,187); }
H1.HeaderClassName
{
color: #DCD1BB;
}
.AnyTagClassName
{
color: #DCD1BB;
}
</style>
background-color css
<style>
a { background-color: #DCD1BB; }
a { background-color: rgb(220,209,187); }
div.DivClassName
{
background-color: #DCD1BB;
}
.BgClassName
{
background-color: #DCD1BB;
}
</style>
border-color css
<style>
span { border-color: #DCD1BB; }
span { border-color: rgb(220,209,187); }
td.TdClassName
{
border-color: #DCD1BB;
}
.TagClassName
{
border-color: #DCD1BB;
}
</style>