Shades of Spanish White #DCCDB4
Tints of Spanish White #DCCDB4
RGB
CMYK
RGB Variations
Color information
#DCCDB4 (or 0xDCCDB4) is known color: Spanish White. HEX triplet: DC, CD and B4. RGB value is (220,205,180). Sum of RGB (Red+Green+Blue) = 220+205+180=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDB4 is #23324B. Grayscale: #CECECE. Windows color (decimal): -2306636 or 11849180. OLE color: 11849180.
HSL color Cylindrical-coordinate representation of color #DCCDB4: hue angle of 37.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 #DCCDB4 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 180 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.14 |
| HSL | 37.5º | 0.36% | 0.78% | - |
| HSV(B) | 37.5º | 0.18% | 0.86% | - |
| XYZ | 59.58 | 62.17 | 52.04 | - |
| YUV | 206.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 180 | 0 | 0.07 | 0.18 | 0.14 | 37.5 | 0.36 | 0.78 |
| Hex | DC | CD | B4 | 0 | 7 | 12 | E | 26 | 24 | 4E |
| Octal | 334 | 315 | 264 | 0 | 7 | 22 | 16 | 46 | 44 | 116 |
| Binary | 11011100 | 11001101 | 10110100 | 0 | 111 | 10010 | 1110 | 100110 | 100100 | 1001110 |
Color Harmonies of #DCCDB4
Complementary color
Monochromatic Colors of #DCCDB4
Black with #DCCDB4
Text Example
Text Example
White with #DCCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDB4; }
p { color: rgb(220,205,180); }
H1.HeaderClassName
{
color: #DCCDB4;
}
.AnyTagClassName
{
color: #DCCDB4;
}
</style>
background-color css
<style>
a { background-color: #DCCDB4; }
a { background-color: rgb(220,205,180); }
div.DivClassName
{
background-color: #DCCDB4;
}
.BgClassName
{
background-color: #DCCDB4;
}
</style>
border-color css
<style>
span { border-color: #DCCDB4; }
span { border-color: rgb(220,205,180); }
td.TdClassName
{
border-color: #DCCDB4;
}
.TagClassName
{
border-color: #DCCDB4;
}
</style>