Shades of Spanish White #DCCFB7
Tints of Spanish White #DCCFB7
RGB
CMYK
RGB Variations
Color information
#DCCFB7 (or 0xDCCFB7) is known color: Spanish White. HEX triplet: DC, CF and B7. RGB value is (220,207,183). Sum of RGB (Red+Green+Blue) = 220+207+183=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFB7 is #233048. Grayscale: #D0D0D0. Windows color (decimal): -2306121 or 12046300. OLE color: 12046300.
HSL color Cylindrical-coordinate representation of color #DCCFB7: hue angle of 38.92º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCFB7 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 183 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.14 |
| HSL | 38.92º | 0.35% | 0.79% | - |
| HSV(B) | 38.92º | 0.17% | 0.86% | - |
| XYZ | 60.38 | 63.26 | 53.83 | - |
| YUV | 208.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 183 | 0 | 0.06 | 0.17 | 0.14 | 38.92 | 0.35 | 0.79 |
| Hex | DC | CF | B7 | 0 | 6 | 11 | E | 27 | 23 | 4F |
| Octal | 334 | 317 | 267 | 0 | 6 | 21 | 16 | 47 | 43 | 117 |
| Binary | 11011100 | 11001111 | 10110111 | 0 | 110 | 10001 | 1110 | 100111 | 100011 | 1001111 |
Color Harmonies of #DCCFB7
Complementary color
Monochromatic Colors of #DCCFB7
Black with #DCCFB7
Text Example
Text Example
White with #DCCFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFB7; }
p { color: rgb(220,207,183); }
H1.HeaderClassName
{
color: #DCCFB7;
}
.AnyTagClassName
{
color: #DCCFB7;
}
</style>
background-color css
<style>
a { background-color: #DCCFB7; }
a { background-color: rgb(220,207,183); }
div.DivClassName
{
background-color: #DCCFB7;
}
.BgClassName
{
background-color: #DCCFB7;
}
</style>
border-color css
<style>
span { border-color: #DCCFB7; }
span { border-color: rgb(220,207,183); }
td.TdClassName
{
border-color: #DCCFB7;
}
.TagClassName
{
border-color: #DCCFB7;
}
</style>