Shades of Caramel #FFD196
Tints of Caramel #FFD196
RGB
CMYK
RGB Variations
Color information
#FFD196 (or 0xFFD196) is known color: Caramel. HEX triplet: FF, D1 and 96. RGB value is (255,209,150). Sum of RGB (Red+Green+Blue) = 255+209+150=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD196 is #002E69. Grayscale: #D8D8D8. Windows color (decimal): -11882 or 9884159. OLE color: 9884159.
HSL color Cylindrical-coordinate representation of color #FFD196: hue angle of 33.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 #FFD196 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 150 | - |
| CMYK | 0 | 0.18 | 0.41 | 0 |
| HSL | 33.71º | 1% | 0.79% | - |
| HSV(B) | 33.71º | 0.41% | 1% | - |
| XYZ | 69.55 | 69.06 | 38.52 | - |
| YUV | 216.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 150 | 0 | 0.18 | 0.41 | 0 | 33.71 | 1 | 0.79 |
| Hex | FF | D1 | 96 | 0 | 12 | 29 | 0 | 22 | 64 | 4F |
| Octal | 377 | 321 | 226 | 0 | 22 | 51 | 0 | 42 | 144 | 117 |
| Binary | 11111111 | 11010001 | 10010110 | 0 | 10010 | 101001 | 0 | 100010 | 1100100 | 1001111 |
Color Harmonies of #FFD196
Complementary color
Monochromatic Colors of #FFD196
Black with #FFD196
Text Example
Text Example
White with #FFD196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD196; }
p { color: rgb(255,209,150); }
H1.HeaderClassName
{
color: #FFD196;
}
.AnyTagClassName
{
color: #FFD196;
}
</style>
background-color css
<style>
a { background-color: #FFD196; }
a { background-color: rgb(255,209,150); }
div.DivClassName
{
background-color: #FFD196;
}
.BgClassName
{
background-color: #FFD196;
}
</style>
border-color css
<style>
span { border-color: #FFD196; }
span { border-color: rgb(255,209,150); }
td.TdClassName
{
border-color: #FFD196;
}
.TagClassName
{
border-color: #FFD196;
}
</style>