Shades of Caramel #FFD496
Tints of Caramel #FFD496
RGB
CMYK
RGB Variations
Color information
#FFD496 (or 0xFFD496) is known color: Caramel. HEX triplet: FF, D4 and 96. RGB value is (255,212,150). Sum of RGB (Red+Green+Blue) = 255+212+150=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD496 is #002B69. Grayscale: #DADADA. Windows color (decimal): -11114 or 9884927. OLE color: 9884927.
HSL color Cylindrical-coordinate representation of color #FFD496: hue angle of 35.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFD496 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 150 | - |
| CMYK | 0 | 0.17 | 0.41 | 0 |
| HSL | 35.43º | 1% | 0.79% | - |
| HSV(B) | 35.43º | 0.41% | 1% | - |
| XYZ | 70.29 | 70.55 | 38.77 | - |
| YUV | 217.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 150 | 0 | 0.17 | 0.41 | 0 | 35.43 | 1 | 0.79 |
| Hex | FF | D4 | 96 | 0 | 11 | 29 | 0 | 23 | 64 | 4F |
| Octal | 377 | 324 | 226 | 0 | 21 | 51 | 0 | 43 | 144 | 117 |
| Binary | 11111111 | 11010100 | 10010110 | 0 | 10001 | 101001 | 0 | 100011 | 1100100 | 1001111 |
Color Harmonies of #FFD496
Complementary color
Monochromatic Colors of #FFD496
Black with #FFD496
Text Example
Text Example
White with #FFD496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD496; }
p { color: rgb(255,212,150); }
H1.HeaderClassName
{
color: #FFD496;
}
.AnyTagClassName
{
color: #FFD496;
}
</style>
background-color css
<style>
a { background-color: #FFD496; }
a { background-color: rgb(255,212,150); }
div.DivClassName
{
background-color: #FFD496;
}
.BgClassName
{
background-color: #FFD496;
}
</style>
border-color css
<style>
span { border-color: #FFD496; }
span { border-color: rgb(255,212,150); }
td.TdClassName
{
border-color: #FFD496;
}
.TagClassName
{
border-color: #FFD496;
}
</style>