Shades of Spanish White #DCD2BA
Tints of Spanish White #DCD2BA
RGB
CMYK
RGB Variations
Color information
#DCD2BA (or 0xDCD2BA) is known color: Spanish White. HEX triplet: DC, D2 and BA. RGB value is (220,210,186). Sum of RGB (Red+Green+Blue) = 220+210+186=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2BA is #232D45. Grayscale: #D2D2D2. Windows color (decimal): -2305350 or 12243676. OLE color: 12243676.
HSL color Cylindrical-coordinate representation of color #DCD2BA: hue angle of 42.35º degrees, saturation: 0.33, 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 #DCD2BA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 186 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.14 |
| HSL | 42.35º | 0.33% | 0.8% | - |
| HSV(B) | 42.35º | 0.15% | 0.86% | - |
| XYZ | 61.42 | 64.85 | 55.74 | - |
| YUV | 210.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 186 | 0 | 0.05 | 0.15 | 0.14 | 42.35 | 0.33 | 0.8 |
| Hex | DC | D2 | BA | 0 | 5 | F | E | 2A | 21 | 50 |
| Octal | 334 | 322 | 272 | 0 | 5 | 17 | 16 | 52 | 41 | 120 |
| Binary | 11011100 | 11010010 | 10111010 | 0 | 101 | 1111 | 1110 | 101010 | 100001 | 1010000 |
Color Harmonies of #DCD2BA
Complementary color
Monochromatic Colors of #DCD2BA
Black with #DCD2BA
Text Example
Text Example
White with #DCD2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2BA; }
p { color: rgb(220,210,186); }
H1.HeaderClassName
{
color: #DCD2BA;
}
.AnyTagClassName
{
color: #DCD2BA;
}
</style>
background-color css
<style>
a { background-color: #DCD2BA; }
a { background-color: rgb(220,210,186); }
div.DivClassName
{
background-color: #DCD2BA;
}
.BgClassName
{
background-color: #DCD2BA;
}
</style>
border-color css
<style>
span { border-color: #DCD2BA; }
span { border-color: rgb(220,210,186); }
td.TdClassName
{
border-color: #DCD2BA;
}
.TagClassName
{
border-color: #DCD2BA;
}
</style>