Shades of Spanish White #DCCDB8
Tints of Spanish White #DCCDB8
RGB
CMYK
RGB Variations
Color information
#DCCDB8 (or 0xDCCDB8) is known color: Spanish White. HEX triplet: DC, CD and B8. RGB value is (220,205,184). Sum of RGB (Red+Green+Blue) = 220+205+184=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDB8 is #233247. Grayscale: #CFCFCF. Windows color (decimal): -2306632 or 12111324. OLE color: 12111324.
HSL color Cylindrical-coordinate representation of color #DCCDB8: hue angle of 35º 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 #DCCDB8 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 184 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.14 |
| HSL | 35º | 0.34% | 0.79% | - |
| HSV(B) | 35º | 0.16% | 0.86% | - |
| XYZ | 60 | 62.34 | 54.22 | - |
| YUV | 207.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 184 | 0 | 0.07 | 0.16 | 0.14 | 35 | 0.34 | 0.79 |
| Hex | DC | CD | B8 | 0 | 7 | 10 | E | 23 | 22 | 4F |
| Octal | 334 | 315 | 270 | 0 | 7 | 20 | 16 | 43 | 42 | 117 |
| Binary | 11011100 | 11001101 | 10111000 | 0 | 111 | 10000 | 1110 | 100011 | 100010 | 1001111 |
Color Harmonies of #DCCDB8
Complementary color
Monochromatic Colors of #DCCDB8
Black with #DCCDB8
Text Example
Text Example
White with #DCCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDB8; }
p { color: rgb(220,205,184); }
H1.HeaderClassName
{
color: #DCCDB8;
}
.AnyTagClassName
{
color: #DCCDB8;
}
</style>
background-color css
<style>
a { background-color: #DCCDB8; }
a { background-color: rgb(220,205,184); }
div.DivClassName
{
background-color: #DCCDB8;
}
.BgClassName
{
background-color: #DCCDB8;
}
</style>
border-color css
<style>
span { border-color: #DCCDB8; }
span { border-color: rgb(220,205,184); }
td.TdClassName
{
border-color: #DCCDB8;
}
.TagClassName
{
border-color: #DCCDB8;
}
</style>