Shades of Spanish White #DCD0B8
Tints of Spanish White #DCD0B8
RGB
CMYK
RGB Variations
Color information
#DCD0B8 (or 0xDCD0B8) is known color: Spanish White. HEX triplet: DC, D0 and B8. RGB value is (220,208,184). Sum of RGB (Red+Green+Blue) = 220+208+184=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0B8 is #232F47. Grayscale: #D0D0D0. Windows color (decimal): -2305864 or 12112092. OLE color: 12112092.
HSL color Cylindrical-coordinate representation of color #DCD0B8: hue angle of 40º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD0B8 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 184 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.14 |
| HSL | 40º | 0.34% | 0.79% | - |
| HSV(B) | 40º | 0.16% | 0.86% | - |
| XYZ | 60.72 | 63.79 | 54.46 | - |
| YUV | 208.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 184 | 0 | 0.05 | 0.16 | 0.14 | 40 | 0.34 | 0.79 |
| Hex | DC | D0 | B8 | 0 | 5 | 10 | E | 28 | 22 | 4F |
| Octal | 334 | 320 | 270 | 0 | 5 | 20 | 16 | 50 | 42 | 117 |
| Binary | 11011100 | 11010000 | 10111000 | 0 | 101 | 10000 | 1110 | 101000 | 100010 | 1001111 |
Color Harmonies of #DCD0B8
Complementary color
Monochromatic Colors of #DCD0B8
Black with #DCD0B8
Text Example
Text Example
White with #DCD0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0B8; }
p { color: rgb(220,208,184); }
H1.HeaderClassName
{
color: #DCD0B8;
}
.AnyTagClassName
{
color: #DCD0B8;
}
</style>
background-color css
<style>
a { background-color: #DCD0B8; }
a { background-color: rgb(220,208,184); }
div.DivClassName
{
background-color: #DCD0B8;
}
.BgClassName
{
background-color: #DCD0B8;
}
</style>
border-color css
<style>
span { border-color: #DCD0B8; }
span { border-color: rgb(220,208,184); }
td.TdClassName
{
border-color: #DCD0B8;
}
.TagClassName
{
border-color: #DCD0B8;
}
</style>