Shades of Spanish White #DCD2BD
Tints of Spanish White #DCD2BD
RGB
CMYK
RGB Variations
Color information
#DCD2BD (or 0xDCD2BD) is known color: Spanish White. HEX triplet: DC, D2 and BD. RGB value is (220,210,189). Sum of RGB (Red+Green+Blue) = 220+210+189=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2BD is #232D42. Grayscale: #D2D2D2. Windows color (decimal): -2305347 or 12440284. OLE color: 12440284.
HSL color Cylindrical-coordinate representation of color #DCD2BD: hue angle of 40.65º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD2BD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 189 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.14 |
| HSL | 40.65º | 0.31% | 0.8% | - |
| HSV(B) | 40.65º | 0.14% | 0.86% | - |
| XYZ | 61.75 | 64.98 | 57.43 | - |
| YUV | 210.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 189 | 0 | 0.05 | 0.14 | 0.14 | 40.65 | 0.31 | 0.8 |
| Hex | DC | D2 | BD | 0 | 5 | E | E | 29 | 1F | 50 |
| Octal | 334 | 322 | 275 | 0 | 5 | 16 | 16 | 51 | 37 | 120 |
| Binary | 11011100 | 11010010 | 10111101 | 0 | 101 | 1110 | 1110 | 101001 | 11111 | 1010000 |
Color Harmonies of #DCD2BD
Complementary color
Monochromatic Colors of #DCD2BD
Black with #DCD2BD
Text Example
Text Example
White with #DCD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2BD; }
p { color: rgb(220,210,189); }
H1.HeaderClassName
{
color: #DCD2BD;
}
.AnyTagClassName
{
color: #DCD2BD;
}
</style>
background-color css
<style>
a { background-color: #DCD2BD; }
a { background-color: rgb(220,210,189); }
div.DivClassName
{
background-color: #DCD2BD;
}
.BgClassName
{
background-color: #DCD2BD;
}
</style>
border-color css
<style>
span { border-color: #DCD2BD; }
span { border-color: rgb(220,210,189); }
td.TdClassName
{
border-color: #DCD2BD;
}
.TagClassName
{
border-color: #DCD2BD;
}
</style>