Shades of Spanish White #DCCFB4
Tints of Spanish White #DCCFB4
RGB
CMYK
RGB Variations
Color information
#DCCFB4 (or 0xDCCFB4) is known color: Spanish White. HEX triplet: DC, CF and B4. RGB value is (220,207,180). Sum of RGB (Red+Green+Blue) = 220+207+180=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFB4 is #23304B. Grayscale: #CFCFCF. Windows color (decimal): -2306124 or 11849692. OLE color: 11849692.
HSL color Cylindrical-coordinate representation of color #DCCFB4: hue angle of 40.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 #DCCFB4 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 180 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.14 |
| HSL | 40.5º | 0.36% | 0.78% | - |
| HSV(B) | 40.5º | 0.18% | 0.86% | - |
| XYZ | 60.07 | 63.14 | 52.2 | - |
| YUV | 207.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 180 | 0 | 0.06 | 0.18 | 0.14 | 40.5 | 0.36 | 0.78 |
| Hex | DC | CF | B4 | 0 | 6 | 12 | E | 28 | 24 | 4E |
| Octal | 334 | 317 | 264 | 0 | 6 | 22 | 16 | 50 | 44 | 116 |
| Binary | 11011100 | 11001111 | 10110100 | 0 | 110 | 10010 | 1110 | 101000 | 100100 | 1001110 |
Color Harmonies of #DCCFB4
Complementary color
Monochromatic Colors of #DCCFB4
Black with #DCCFB4
Text Example
Text Example
White with #DCCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFB4; }
p { color: rgb(220,207,180); }
H1.HeaderClassName
{
color: #DCCFB4;
}
.AnyTagClassName
{
color: #DCCFB4;
}
</style>
background-color css
<style>
a { background-color: #DCCFB4; }
a { background-color: rgb(220,207,180); }
div.DivClassName
{
background-color: #DCCFB4;
}
.BgClassName
{
background-color: #DCCFB4;
}
</style>
border-color css
<style>
span { border-color: #DCCFB4; }
span { border-color: rgb(220,207,180); }
td.TdClassName
{
border-color: #DCCFB4;
}
.TagClassName
{
border-color: #DCCFB4;
}
</style>