Shades of Caramel #FFDB97
Tints of Caramel #FFDB97
RGB
CMYK
RGB Variations
Color information
#FFDB97 (or 0xFFDB97) is known color: Caramel. HEX triplet: FF, DB and 97. RGB value is (255,219,151). Sum of RGB (Red+Green+Blue) = 255+219+151=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB97 is #002468. Grayscale: #DEDEDE. Windows color (decimal): -9321 or 9952255. OLE color: 9952255.
HSL color Cylindrical-coordinate representation of color #FFDB97: hue angle of 39.23º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFDB97 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 151 | - |
| CMYK | 0 | 0.14 | 0.41 | 0 |
| HSL | 39.23º | 1% | 0.8% | - |
| HSV(B) | 39.23º | 0.41% | 1% | - |
| XYZ | 72.16 | 74.16 | 39.79 | - |
| YUV | 222.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 151 | 0 | 0.14 | 0.41 | 0 | 39.23 | 1 | 0.8 |
| Hex | FF | DB | 97 | 0 | E | 29 | 0 | 27 | 64 | 50 |
| Octal | 377 | 333 | 227 | 0 | 16 | 51 | 0 | 47 | 144 | 120 |
| Binary | 11111111 | 11011011 | 10010111 | 0 | 1110 | 101001 | 0 | 100111 | 1100100 | 1010000 |
Color Harmonies of #FFDB97
Complementary color
Monochromatic Colors of #FFDB97
Black with #FFDB97
Text Example
Text Example
White with #FFDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB97; }
p { color: rgb(255,219,151); }
H1.HeaderClassName
{
color: #FFDB97;
}
.AnyTagClassName
{
color: #FFDB97;
}
</style>
background-color css
<style>
a { background-color: #FFDB97; }
a { background-color: rgb(255,219,151); }
div.DivClassName
{
background-color: #FFDB97;
}
.BgClassName
{
background-color: #FFDB97;
}
</style>
border-color css
<style>
span { border-color: #FFDB97; }
span { border-color: rgb(255,219,151); }
td.TdClassName
{
border-color: #FFDB97;
}
.TagClassName
{
border-color: #FFDB97;
}
</style>