Shades of Caramel #FFD996
Tints of Caramel #FFD996
RGB
CMYK
RGB Variations
Color information
#FFD996 (or 0xFFD996) is known color: Caramel. HEX triplet: FF, D9 and 96. RGB value is (255,217,150). Sum of RGB (Red+Green+Blue) = 255+217+150=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD996 is #002669. Grayscale: #DDDDDD. Windows color (decimal): -9834 or 9886207. OLE color: 9886207.
HSL color Cylindrical-coordinate representation of color #FFD996: hue angle of 38.29º 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 #FFD996 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 150 | - |
| CMYK | 0 | 0.15 | 0.41 | 0 |
| HSL | 38.29º | 1% | 0.79% | - |
| HSV(B) | 38.29º | 0.41% | 1% | - |
| XYZ | 71.56 | 73.09 | 39.19 | - |
| YUV | 220.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 150 | 0 | 0.15 | 0.41 | 0 | 38.29 | 1 | 0.79 |
| Hex | FF | D9 | 96 | 0 | F | 29 | 0 | 26 | 64 | 4F |
| Octal | 377 | 331 | 226 | 0 | 17 | 51 | 0 | 46 | 144 | 117 |
| Binary | 11111111 | 11011001 | 10010110 | 0 | 1111 | 101001 | 0 | 100110 | 1100100 | 1001111 |
Color Harmonies of #FFD996
Complementary color
Monochromatic Colors of #FFD996
Black with #FFD996
Text Example
Text Example
White with #FFD996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD996; }
p { color: rgb(255,217,150); }
H1.HeaderClassName
{
color: #FFD996;
}
.AnyTagClassName
{
color: #FFD996;
}
</style>
background-color css
<style>
a { background-color: #FFD996; }
a { background-color: rgb(255,217,150); }
div.DivClassName
{
background-color: #FFD996;
}
.BgClassName
{
background-color: #FFD996;
}
</style>
border-color css
<style>
span { border-color: #FFD996; }
span { border-color: rgb(255,217,150); }
td.TdClassName
{
border-color: #FFD996;
}
.TagClassName
{
border-color: #FFD996;
}
</style>