Shades of Caramel #FFD494
Tints of Caramel #FFD494
RGB
CMYK
RGB Variations
Color information
#FFD494 (or 0xFFD494) is known color: Caramel. HEX triplet: FF, D4 and 94. RGB value is (255,212,148). Sum of RGB (Red+Green+Blue) = 255+212+148=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD494 is #002B6B. Grayscale: #D9D9D9. Windows color (decimal): -11116 or 9753855. OLE color: 9753855.
HSL color Cylindrical-coordinate representation of color #FFD494: hue angle of 35.89º 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 #FFD494 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 148 | - |
| CMYK | 0 | 0.17 | 0.42 | 0 |
| HSL | 35.89º | 1% | 0.79% | - |
| HSV(B) | 35.89º | 0.42% | 1% | - |
| XYZ | 70.13 | 70.49 | 37.93 | - |
| YUV | 217.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 148 | 0 | 0.17 | 0.42 | 0 | 35.89 | 1 | 0.79 |
| Hex | FF | D4 | 94 | 0 | 11 | 2A | 0 | 24 | 64 | 4F |
| Octal | 377 | 324 | 224 | 0 | 21 | 52 | 0 | 44 | 144 | 117 |
| Binary | 11111111 | 11010100 | 10010100 | 0 | 10001 | 101010 | 0 | 100100 | 1100100 | 1001111 |
Color Harmonies of #FFD494
Complementary color
Monochromatic Colors of #FFD494
Black with #FFD494
Text Example
Text Example
White with #FFD494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD494; }
p { color: rgb(255,212,148); }
H1.HeaderClassName
{
color: #FFD494;
}
.AnyTagClassName
{
color: #FFD494;
}
</style>
background-color css
<style>
a { background-color: #FFD494; }
a { background-color: rgb(255,212,148); }
div.DivClassName
{
background-color: #FFD494;
}
.BgClassName
{
background-color: #FFD494;
}
</style>
border-color css
<style>
span { border-color: #FFD494; }
span { border-color: rgb(255,212,148); }
td.TdClassName
{
border-color: #FFD494;
}
.TagClassName
{
border-color: #FFD494;
}
</style>