Shades of Spanish White #DCD3B4
Tints of Spanish White #DCD3B4
RGB
CMYK
RGB Variations
Color information
#DCD3B4 (or 0xDCD3B4) is known color: Spanish White. HEX triplet: DC, D3 and B4. RGB value is (220,211,180). Sum of RGB (Red+Green+Blue) = 220+211+180=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3B4 is #232C4B. Grayscale: #D2D2D2. Windows color (decimal): -2305100 or 11850716. OLE color: 11850716.
HSL color Cylindrical-coordinate representation of color #DCD3B4: hue angle of 46.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCD3B4 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 180 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.14 |
| HSL | 46.5º | 0.36% | 0.78% | - |
| HSV(B) | 46.5º | 0.18% | 0.86% | - |
| XYZ | 61.05 | 65.1 | 52.53 | - |
| YUV | 210.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 180 | 0 | 0.04 | 0.18 | 0.14 | 46.5 | 0.36 | 0.78 |
| Hex | DC | D3 | B4 | 0 | 4 | 12 | E | 2E | 24 | 4E |
| Octal | 334 | 323 | 264 | 0 | 4 | 22 | 16 | 56 | 44 | 116 |
| Binary | 11011100 | 11010011 | 10110100 | 0 | 100 | 10010 | 1110 | 101110 | 100100 | 1001110 |
Color Harmonies of #DCD3B4
Complementary color
Monochromatic Colors of #DCD3B4
Black with #DCD3B4
Text Example
Text Example
White with #DCD3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3B4; }
p { color: rgb(220,211,180); }
H1.HeaderClassName
{
color: #DCD3B4;
}
.AnyTagClassName
{
color: #DCD3B4;
}
</style>
background-color css
<style>
a { background-color: #DCD3B4; }
a { background-color: rgb(220,211,180); }
div.DivClassName
{
background-color: #DCD3B4;
}
.BgClassName
{
background-color: #DCD3B4;
}
</style>
border-color css
<style>
span { border-color: #DCD3B4; }
span { border-color: rgb(220,211,180); }
td.TdClassName
{
border-color: #DCD3B4;
}
.TagClassName
{
border-color: #DCD3B4;
}
</style>