Shades of Spanish White #DCCDB0
Tints of Spanish White #DCCDB0
RGB
CMYK
RGB Variations
Color information
#DCCDB0 (or 0xDCCDB0) is known color: Spanish White. HEX triplet: DC, CD and B0. RGB value is (220,205,176). Sum of RGB (Red+Green+Blue) = 220+205+176=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDB0 is #23324F. Grayscale: #CECECE. Windows color (decimal): -2306640 or 11587036. OLE color: 11587036.
HSL color Cylindrical-coordinate representation of color #DCCDB0: hue angle of 39.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCDB0 is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 176 | - |
| CMYK | 0 | 0.07 | 0.2 | 0.14 |
| HSL | 39.55º | 0.39% | 0.78% | - |
| HSV(B) | 39.55º | 0.2% | 0.86% | - |
| XYZ | 59.18 | 62.01 | 49.92 | - |
| YUV | 206.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 176 | 0 | 0.07 | 0.2 | 0.14 | 39.55 | 0.39 | 0.78 |
| Hex | DC | CD | B0 | 0 | 7 | 14 | E | 28 | 27 | 4E |
| Octal | 334 | 315 | 260 | 0 | 7 | 24 | 16 | 50 | 47 | 116 |
| Binary | 11011100 | 11001101 | 10110000 | 0 | 111 | 10100 | 1110 | 101000 | 100111 | 1001110 |
Color Harmonies of #DCCDB0
Complementary color
Monochromatic Colors of #DCCDB0
Black with #DCCDB0
Text Example
Text Example
White with #DCCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDB0; }
p { color: rgb(220,205,176); }
H1.HeaderClassName
{
color: #DCCDB0;
}
.AnyTagClassName
{
color: #DCCDB0;
}
</style>
background-color css
<style>
a { background-color: #DCCDB0; }
a { background-color: rgb(220,205,176); }
div.DivClassName
{
background-color: #DCCDB0;
}
.BgClassName
{
background-color: #DCCDB0;
}
</style>
border-color css
<style>
span { border-color: #DCCDB0; }
span { border-color: rgb(220,205,176); }
td.TdClassName
{
border-color: #DCCDB0;
}
.TagClassName
{
border-color: #DCCDB0;
}
</style>