Shades of Caramel #FFDB96
Tints of Caramel #FFDB96
RGB
CMYK
RGB Variations
Color information
#FFDB96 (or 0xFFDB96) is known color: Caramel. HEX triplet: FF, DB and 96. RGB value is (255,219,150). Sum of RGB (Red+Green+Blue) = 255+219+150=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB96 is #002469. Grayscale: #DEDEDE. Windows color (decimal): -9322 or 9886719. OLE color: 9886719.
HSL color Cylindrical-coordinate representation of color #FFDB96: hue angle of 39.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 #FFDB96 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 150 | - |
| CMYK | 0 | 0.14 | 0.41 | 0 |
| HSL | 39.43º | 1% | 0.79% | - |
| HSV(B) | 39.43º | 0.41% | 1% | - |
| XYZ | 72.08 | 74.13 | 39.36 | - |
| YUV | 221.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 150 | 0 | 0.14 | 0.41 | 0 | 39.43 | 1 | 0.79 |
| Hex | FF | DB | 96 | 0 | E | 29 | 0 | 27 | 64 | 4F |
| Octal | 377 | 333 | 226 | 0 | 16 | 51 | 0 | 47 | 144 | 117 |
| Binary | 11111111 | 11011011 | 10010110 | 0 | 1110 | 101001 | 0 | 100111 | 1100100 | 1001111 |
Color Harmonies of #FFDB96
Complementary color
Monochromatic Colors of #FFDB96
Black with #FFDB96
Text Example
Text Example
White with #FFDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB96; }
p { color: rgb(255,219,150); }
H1.HeaderClassName
{
color: #FFDB96;
}
.AnyTagClassName
{
color: #FFDB96;
}
</style>
background-color css
<style>
a { background-color: #FFDB96; }
a { background-color: rgb(255,219,150); }
div.DivClassName
{
background-color: #FFDB96;
}
.BgClassName
{
background-color: #FFDB96;
}
</style>
border-color css
<style>
span { border-color: #FFDB96; }
span { border-color: rgb(255,219,150); }
td.TdClassName
{
border-color: #FFDB96;
}
.TagClassName
{
border-color: #FFDB96;
}
</style>