Shades of Spanish White #DCD1B3
Tints of Spanish White #DCD1B3
RGB
CMYK
RGB Variations
Color information
#DCD1B3 (or 0xDCD1B3) is known color: Spanish White. HEX triplet: DC, D1 and B3. RGB value is (220,209,179). Sum of RGB (Red+Green+Blue) = 220+209+179=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1B3 is #232E4C. Grayscale: #D1D1D1. Windows color (decimal): -2305613 or 11784668. OLE color: 11784668.
HSL color Cylindrical-coordinate representation of color #DCD1B3: hue angle of 43.9º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCD1B3 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 179 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.14 |
| HSL | 43.9º | 0.37% | 0.78% | - |
| HSV(B) | 43.9º | 0.19% | 0.86% | - |
| XYZ | 60.45 | 64.07 | 51.83 | - |
| YUV | 208.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 179 | 0 | 0.05 | 0.19 | 0.14 | 43.9 | 0.37 | 0.78 |
| Hex | DC | D1 | B3 | 0 | 5 | 13 | E | 2C | 25 | 4E |
| Octal | 334 | 321 | 263 | 0 | 5 | 23 | 16 | 54 | 45 | 116 |
| Binary | 11011100 | 11010001 | 10110011 | 0 | 101 | 10011 | 1110 | 101100 | 100101 | 1001110 |
Color Harmonies of #DCD1B3
Complementary color
Monochromatic Colors of #DCD1B3
Black with #DCD1B3
Text Example
Text Example
White with #DCD1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1B3; }
p { color: rgb(220,209,179); }
H1.HeaderClassName
{
color: #DCD1B3;
}
.AnyTagClassName
{
color: #DCD1B3;
}
</style>
background-color css
<style>
a { background-color: #DCD1B3; }
a { background-color: rgb(220,209,179); }
div.DivClassName
{
background-color: #DCD1B3;
}
.BgClassName
{
background-color: #DCD1B3;
}
</style>
border-color css
<style>
span { border-color: #DCD1B3; }
span { border-color: rgb(220,209,179); }
td.TdClassName
{
border-color: #DCD1B3;
}
.TagClassName
{
border-color: #DCD1B3;
}
</style>