Shades of Spanish White #DCD1B6
Tints of Spanish White #DCD1B6
RGB
CMYK
RGB Variations
Color information
#DCD1B6 (or 0xDCD1B6) is known color: Spanish White. HEX triplet: DC, D1 and B6. RGB value is (220,209,182). Sum of RGB (Red+Green+Blue) = 220+209+182=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1B6 is #232E49. Grayscale: #D1D1D1. Windows color (decimal): -2305610 or 11981276. OLE color: 11981276.
HSL color Cylindrical-coordinate representation of color #DCD1B6: hue angle of 42.63º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCD1B6 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 182 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.14 |
| HSL | 42.63º | 0.35% | 0.79% | - |
| HSV(B) | 42.63º | 0.17% | 0.86% | - |
| XYZ | 60.76 | 64.19 | 53.44 | - |
| YUV | 209.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 182 | 0 | 0.05 | 0.17 | 0.14 | 42.63 | 0.35 | 0.79 |
| Hex | DC | D1 | B6 | 0 | 5 | 11 | E | 2B | 23 | 4F |
| Octal | 334 | 321 | 266 | 0 | 5 | 21 | 16 | 53 | 43 | 117 |
| Binary | 11011100 | 11010001 | 10110110 | 0 | 101 | 10001 | 1110 | 101011 | 100011 | 1001111 |
Color Harmonies of #DCD1B6
Complementary color
Monochromatic Colors of #DCD1B6
Black with #DCD1B6
Text Example
Text Example
White with #DCD1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1B6; }
p { color: rgb(220,209,182); }
H1.HeaderClassName
{
color: #DCD1B6;
}
.AnyTagClassName
{
color: #DCD1B6;
}
</style>
background-color css
<style>
a { background-color: #DCD1B6; }
a { background-color: rgb(220,209,182); }
div.DivClassName
{
background-color: #DCD1B6;
}
.BgClassName
{
background-color: #DCD1B6;
}
</style>
border-color css
<style>
span { border-color: #DCD1B6; }
span { border-color: rgb(220,209,182); }
td.TdClassName
{
border-color: #DCD1B6;
}
.TagClassName
{
border-color: #DCD1B6;
}
</style>