Shades of Spanish White #DCD0B3
Tints of Spanish White #DCD0B3
RGB
CMYK
RGB Variations
Color information
#DCD0B3 (or 0xDCD0B3) is known color: Spanish White. HEX triplet: DC, D0 and B3. RGB value is (220,208,179). Sum of RGB (Red+Green+Blue) = 220+208+179=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0B3 is #232F4C. Grayscale: #D0D0D0. Windows color (decimal): -2305869 or 11784412. OLE color: 11784412.
HSL color Cylindrical-coordinate representation of color #DCD0B3: hue angle of 42.44º 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 #DCD0B3 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 179 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.14 |
| HSL | 42.44º | 0.37% | 0.78% | - |
| HSV(B) | 42.44º | 0.19% | 0.86% | - |
| XYZ | 60.21 | 63.58 | 51.75 | - |
| YUV | 208.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 179 | 0 | 0.05 | 0.19 | 0.14 | 42.44 | 0.37 | 0.78 |
| Hex | DC | D0 | B3 | 0 | 5 | 13 | E | 2A | 25 | 4E |
| Octal | 334 | 320 | 263 | 0 | 5 | 23 | 16 | 52 | 45 | 116 |
| Binary | 11011100 | 11010000 | 10110011 | 0 | 101 | 10011 | 1110 | 101010 | 100101 | 1001110 |
Color Harmonies of #DCD0B3
Complementary color
Monochromatic Colors of #DCD0B3
Black with #DCD0B3
Text Example
Text Example
White with #DCD0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0B3; }
p { color: rgb(220,208,179); }
H1.HeaderClassName
{
color: #DCD0B3;
}
.AnyTagClassName
{
color: #DCD0B3;
}
</style>
background-color css
<style>
a { background-color: #DCD0B3; }
a { background-color: rgb(220,208,179); }
div.DivClassName
{
background-color: #DCD0B3;
}
.BgClassName
{
background-color: #DCD0B3;
}
</style>
border-color css
<style>
span { border-color: #DCD0B3; }
span { border-color: rgb(220,208,179); }
td.TdClassName
{
border-color: #DCD0B3;
}
.TagClassName
{
border-color: #DCD0B3;
}
</style>