Shades of Caramel #FFD094
Tints of Caramel #FFD094
RGB
CMYK
RGB Variations
Color information
#FFD094 (or 0xFFD094) is known color: Caramel. HEX triplet: FF, D0 and 94. RGB value is (255,208,148). Sum of RGB (Red+Green+Blue) = 255+208+148=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD094 is #002F6B. Grayscale: #D7D7D7. Windows color (decimal): -12140 or 9752831. OLE color: 9752831.
HSL color Cylindrical-coordinate representation of color #FFD094: hue angle of 33.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFD094 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 148 | - |
| CMYK | 0 | 0.18 | 0.42 | 0 |
| HSL | 33.64º | 1% | 0.79% | - |
| HSV(B) | 33.64º | 0.42% | 1% | - |
| XYZ | 69.14 | 68.51 | 37.6 | - |
| YUV | 215.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 148 | 0 | 0.18 | 0.42 | 0 | 33.64 | 1 | 0.79 |
| Hex | FF | D0 | 94 | 0 | 12 | 2A | 0 | 22 | 64 | 4F |
| Octal | 377 | 320 | 224 | 0 | 22 | 52 | 0 | 42 | 144 | 117 |
| Binary | 11111111 | 11010000 | 10010100 | 0 | 10010 | 101010 | 0 | 100010 | 1100100 | 1001111 |
Color Harmonies of #FFD094
Complementary color
Monochromatic Colors of #FFD094
Black with #FFD094
Text Example
Text Example
White with #FFD094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD094; }
p { color: rgb(255,208,148); }
H1.HeaderClassName
{
color: #FFD094;
}
.AnyTagClassName
{
color: #FFD094;
}
</style>
background-color css
<style>
a { background-color: #FFD094; }
a { background-color: rgb(255,208,148); }
div.DivClassName
{
background-color: #FFD094;
}
.BgClassName
{
background-color: #FFD094;
}
</style>
border-color css
<style>
span { border-color: #FFD094; }
span { border-color: rgb(255,208,148); }
td.TdClassName
{
border-color: #FFD094;
}
.TagClassName
{
border-color: #FFD094;
}
</style>