Shades of Caramel #FFD896
Tints of Caramel #FFD896
RGB
CMYK
RGB Variations
Color information
#FFD896 (or 0xFFD896) is known color: Caramel. HEX triplet: FF, D8 and 96. RGB value is (255,216,150). Sum of RGB (Red+Green+Blue) = 255+216+150=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD896 is #002769. Grayscale: #DCDCDC. Windows color (decimal): -10090 or 9885951. OLE color: 9885951.
HSL color Cylindrical-coordinate representation of color #FFD896: hue angle of 37.71º 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 #FFD896 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 150 | - |
| CMYK | 0 | 0.15 | 0.41 | 0 |
| HSL | 37.71º | 1% | 0.79% | - |
| HSV(B) | 37.71º | 0.41% | 1% | - |
| XYZ | 71.3 | 72.57 | 39.1 | - |
| YUV | 220.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 150 | 0 | 0.15 | 0.41 | 0 | 37.71 | 1 | 0.79 |
| Hex | FF | D8 | 96 | 0 | F | 29 | 0 | 26 | 64 | 4F |
| Octal | 377 | 330 | 226 | 0 | 17 | 51 | 0 | 46 | 144 | 117 |
| Binary | 11111111 | 11011000 | 10010110 | 0 | 1111 | 101001 | 0 | 100110 | 1100100 | 1001111 |
Color Harmonies of #FFD896
Complementary color
Monochromatic Colors of #FFD896
Black with #FFD896
Text Example
Text Example
White with #FFD896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD896; }
p { color: rgb(255,216,150); }
H1.HeaderClassName
{
color: #FFD896;
}
.AnyTagClassName
{
color: #FFD896;
}
</style>
background-color css
<style>
a { background-color: #FFD896; }
a { background-color: rgb(255,216,150); }
div.DivClassName
{
background-color: #FFD896;
}
.BgClassName
{
background-color: #FFD896;
}
</style>
border-color css
<style>
span { border-color: #FFD896; }
span { border-color: rgb(255,216,150); }
td.TdClassName
{
border-color: #FFD896;
}
.TagClassName
{
border-color: #FFD896;
}
</style>