Shades of Sidecar #F0DCAA
Tints of Sidecar #F0DCAA
RGB
CMYK
RGB Variations
Color information
#F0DCAA (or 0xF0DCAA) is known color: Sidecar. HEX triplet: F0, DC and AA. RGB value is (240,220,170). Sum of RGB (Red+Green+Blue) = 240+220+170=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DCAA is #0F2355. Grayscale: #DCDCDC. Windows color (decimal): -992086 or 11197680. OLE color: 11197680.
HSL color Cylindrical-coordinate representation of color #F0DCAA: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0DCAA is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 170 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.06 |
| HSL | 42.86º | 0.7% | 0.8% | - |
| HSV(B) | 42.86º | 0.29% | 0.94% | - |
| XYZ | 68.78 | 72.61 | 48.42 | - |
| YUV | 220.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 170 | 0 | 0.08 | 0.29 | 0.06 | 42.86 | 0.7 | 0.8 |
| Hex | F0 | DC | AA | 0 | 8 | 1D | 6 | 2B | 46 | 50 |
| Octal | 360 | 334 | 252 | 0 | 10 | 35 | 6 | 53 | 106 | 120 |
| Binary | 11110000 | 11011100 | 10101010 | 0 | 1000 | 11101 | 110 | 101011 | 1000110 | 1010000 |
Color Harmonies of #F0DCAA
Complementary color
Monochromatic Colors of #F0DCAA
Black with #F0DCAA
Text Example
Text Example
White with #F0DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCAA; }
p { color: rgb(240,220,170); }
H1.HeaderClassName
{
color: #F0DCAA;
}
.AnyTagClassName
{
color: #F0DCAA;
}
</style>
background-color css
<style>
a { background-color: #F0DCAA; }
a { background-color: rgb(240,220,170); }
div.DivClassName
{
background-color: #F0DCAA;
}
.BgClassName
{
background-color: #F0DCAA;
}
</style>
border-color css
<style>
span { border-color: #F0DCAA; }
span { border-color: rgb(240,220,170); }
td.TdClassName
{
border-color: #F0DCAA;
}
.TagClassName
{
border-color: #F0DCAA;
}
</style>