Shades of Spanish White #DCCCB4
Tints of Spanish White #DCCCB4
RGB
CMYK
RGB Variations
Color information
#DCCCB4 (or 0xDCCCB4) is known color: Spanish White. HEX triplet: DC, CC and B4. RGB value is (220,204,180). Sum of RGB (Red+Green+Blue) = 220+204+180=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCB4 is #23334B. Grayscale: #CECECE. Windows color (decimal): -2306892 or 11848924. OLE color: 11848924.
HSL color Cylindrical-coordinate representation of color #DCCCB4: hue angle of 36º 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 #DCCCB4 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 180 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.14 |
| HSL | 36º | 0.36% | 0.78% | - |
| HSV(B) | 36º | 0.18% | 0.86% | - |
| XYZ | 59.35 | 61.7 | 51.96 | - |
| YUV | 206.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 180 | 0 | 0.07 | 0.18 | 0.14 | 36 | 0.36 | 0.78 |
| Hex | DC | CC | B4 | 0 | 7 | 12 | E | 24 | 24 | 4E |
| Octal | 334 | 314 | 264 | 0 | 7 | 22 | 16 | 44 | 44 | 116 |
| Binary | 11011100 | 11001100 | 10110100 | 0 | 111 | 10010 | 1110 | 100100 | 100100 | 1001110 |
Color Harmonies of #DCCCB4
Complementary color
Monochromatic Colors of #DCCCB4
Black with #DCCCB4
Text Example
Text Example
White with #DCCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCB4; }
p { color: rgb(220,204,180); }
H1.HeaderClassName
{
color: #DCCCB4;
}
.AnyTagClassName
{
color: #DCCCB4;
}
</style>
background-color css
<style>
a { background-color: #DCCCB4; }
a { background-color: rgb(220,204,180); }
div.DivClassName
{
background-color: #DCCCB4;
}
.BgClassName
{
background-color: #DCCCB4;
}
</style>
border-color css
<style>
span { border-color: #DCCCB4; }
span { border-color: rgb(220,204,180); }
td.TdClassName
{
border-color: #DCCCB4;
}
.TagClassName
{
border-color: #DCCCB4;
}
</style>