Shades of Dutch White #F0DCBA
Tints of Dutch White #F0DCBA
RGB
CMYK
RGB Variations
Color information
#F0DCBA (or 0xF0DCBA) is known color: Dutch White. HEX triplet: F0, DC and BA. RGB value is (240,220,186). Sum of RGB (Red+Green+Blue) = 240+220+186=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCBA is #0F2345. Grayscale: #DEDEDE. Windows color (decimal): -992070 or 12246256. OLE color: 12246256.
HSL color Cylindrical-coordinate representation of color #F0DCBA: hue angle of 37.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0DCBA is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 186 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.06 |
| HSL | 37.78º | 0.64% | 0.84% | - |
| HSV(B) | 37.78º | 0.23% | 0.94% | - |
| XYZ | 70.39 | 73.26 | 56.88 | - |
| YUV | 222.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 186 | 0 | 0.08 | 0.22 | 0.06 | 37.78 | 0.64 | 0.84 |
| Hex | F0 | DC | BA | 0 | 8 | 16 | 6 | 26 | 40 | 54 |
| Octal | 360 | 334 | 272 | 0 | 10 | 26 | 6 | 46 | 100 | 124 |
| Binary | 11110000 | 11011100 | 10111010 | 0 | 1000 | 10110 | 110 | 100110 | 1000000 | 1010100 |
Color Harmonies of #F0DCBA
Complementary color
Monochromatic Colors of #F0DCBA
Black with #F0DCBA
Text Example
Text Example
White with #F0DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCBA; }
p { color: rgb(240,220,186); }
H1.HeaderClassName
{
color: #F0DCBA;
}
.AnyTagClassName
{
color: #F0DCBA;
}
</style>
background-color css
<style>
a { background-color: #F0DCBA; }
a { background-color: rgb(240,220,186); }
div.DivClassName
{
background-color: #F0DCBA;
}
.BgClassName
{
background-color: #F0DCBA;
}
</style>
border-color css
<style>
span { border-color: #F0DCBA; }
span { border-color: rgb(240,220,186); }
td.TdClassName
{
border-color: #F0DCBA;
}
.TagClassName
{
border-color: #F0DCBA;
}
</style>