Shades of Caramel #FFD090
Tints of Caramel #FFD090
RGB
CMYK
RGB Variations
Color information
#FFD090 (or 0xFFD090) is known color: Caramel. HEX triplet: FF, D0 and 90. RGB value is (255,208,144). Sum of RGB (Red+Green+Blue) = 255+208+144=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD090 is #002F6F. Grayscale: #D7D7D7. Windows color (decimal): -12144 or 9490687. OLE color: 9490687.
HSL color Cylindrical-coordinate representation of color #FFD090: hue angle of 34.59º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFD090 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 144 | - |
| CMYK | 0 | 0.18 | 0.44 | 0 |
| HSL | 34.59º | 1% | 0.78% | - |
| HSV(B) | 34.59º | 0.44% | 1% | - |
| XYZ | 68.83 | 68.39 | 35.96 | - |
| YUV | 214.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 144 | 0 | 0.18 | 0.44 | 0 | 34.59 | 1 | 0.78 |
| Hex | FF | D0 | 90 | 0 | 12 | 2C | 0 | 23 | 64 | 4E |
| Octal | 377 | 320 | 220 | 0 | 22 | 54 | 0 | 43 | 144 | 116 |
| Binary | 11111111 | 11010000 | 10010000 | 0 | 10010 | 101100 | 0 | 100011 | 1100100 | 1001110 |
Color Harmonies of #FFD090
Complementary color
Monochromatic Colors of #FFD090
Black with #FFD090
Text Example
Text Example
White with #FFD090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD090; }
p { color: rgb(255,208,144); }
H1.HeaderClassName
{
color: #FFD090;
}
.AnyTagClassName
{
color: #FFD090;
}
</style>
background-color css
<style>
a { background-color: #FFD090; }
a { background-color: rgb(255,208,144); }
div.DivClassName
{
background-color: #FFD090;
}
.BgClassName
{
background-color: #FFD090;
}
</style>
border-color css
<style>
span { border-color: #FFD090; }
span { border-color: rgb(255,208,144); }
td.TdClassName
{
border-color: #FFD090;
}
.TagClassName
{
border-color: #FFD090;
}
</style>