Shades of Spanish White #DCCFB3
Tints of Spanish White #DCCFB3
RGB
CMYK
RGB Variations
Color information
#DCCFB3 (or 0xDCCFB3) is known color: Spanish White. HEX triplet: DC, CF and B3. RGB value is (220,207,179). Sum of RGB (Red+Green+Blue) = 220+207+179=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFB3 is #23304C. Grayscale: #CFCFCF. Windows color (decimal): -2306125 or 11784156. OLE color: 11784156.
HSL color Cylindrical-coordinate representation of color #DCCFB3: hue angle of 40.98º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCCFB3 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 179 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.14 |
| HSL | 40.98º | 0.37% | 0.78% | - |
| HSV(B) | 40.98º | 0.19% | 0.86% | - |
| XYZ | 59.96 | 63.1 | 51.67 | - |
| YUV | 207.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 179 | 0 | 0.06 | 0.19 | 0.14 | 40.98 | 0.37 | 0.78 |
| Hex | DC | CF | B3 | 0 | 6 | 13 | E | 29 | 25 | 4E |
| Octal | 334 | 317 | 263 | 0 | 6 | 23 | 16 | 51 | 45 | 116 |
| Binary | 11011100 | 11001111 | 10110011 | 0 | 110 | 10011 | 1110 | 101001 | 100101 | 1001110 |
Color Harmonies of #DCCFB3
Complementary color
Monochromatic Colors of #DCCFB3
Black with #DCCFB3
Text Example
Text Example
White with #DCCFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFB3; }
p { color: rgb(220,207,179); }
H1.HeaderClassName
{
color: #DCCFB3;
}
.AnyTagClassName
{
color: #DCCFB3;
}
</style>
background-color css
<style>
a { background-color: #DCCFB3; }
a { background-color: rgb(220,207,179); }
div.DivClassName
{
background-color: #DCCFB3;
}
.BgClassName
{
background-color: #DCCFB3;
}
</style>
border-color css
<style>
span { border-color: #DCCFB3; }
span { border-color: rgb(220,207,179); }
td.TdClassName
{
border-color: #DCCFB3;
}
.TagClassName
{
border-color: #DCCFB3;
}
</style>