Shades of Caramel #FFDB95
Tints of Caramel #FFDB95
RGB
CMYK
RGB Variations
Color information
#FFDB95 (or 0xFFDB95) is known color: Caramel. HEX triplet: FF, DB and 95. RGB value is (255,219,149). Sum of RGB (Red+Green+Blue) = 255+219+149=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB95 is #00246A. Grayscale: #DEDEDE. Windows color (decimal): -9323 or 9821183. OLE color: 9821183.
HSL color Cylindrical-coordinate representation of color #FFDB95: hue angle of 39.62º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFDB95 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 149 | - |
| CMYK | 0 | 0.14 | 0.42 | 0 |
| HSL | 39.62º | 1% | 0.79% | - |
| HSV(B) | 39.62º | 0.42% | 1% | - |
| XYZ | 72 | 74.09 | 38.94 | - |
| YUV | 221.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 149 | 0 | 0.14 | 0.42 | 0 | 39.62 | 1 | 0.79 |
| Hex | FF | DB | 95 | 0 | E | 2A | 0 | 28 | 64 | 4F |
| Octal | 377 | 333 | 225 | 0 | 16 | 52 | 0 | 50 | 144 | 117 |
| Binary | 11111111 | 11011011 | 10010101 | 0 | 1110 | 101010 | 0 | 101000 | 1100100 | 1001111 |
Color Harmonies of #FFDB95
Complementary color
Monochromatic Colors of #FFDB95
Black with #FFDB95
Text Example
Text Example
White with #FFDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB95; }
p { color: rgb(255,219,149); }
H1.HeaderClassName
{
color: #FFDB95;
}
.AnyTagClassName
{
color: #FFDB95;
}
</style>
background-color css
<style>
a { background-color: #FFDB95; }
a { background-color: rgb(255,219,149); }
div.DivClassName
{
background-color: #FFDB95;
}
.BgClassName
{
background-color: #FFDB95;
}
</style>
border-color css
<style>
span { border-color: #FFDB95; }
span { border-color: rgb(255,219,149); }
td.TdClassName
{
border-color: #FFDB95;
}
.TagClassName
{
border-color: #FFDB95;
}
</style>