Shades of Caramel #FFD899
Tints of Caramel #FFD899
RGB
CMYK
RGB Variations
Color information
#FFD899 (or 0xFFD899) is known color: Caramel. HEX triplet: FF, D8 and 99. RGB value is (255,216,153). Sum of RGB (Red+Green+Blue) = 255+216+153=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 153 (60.16% from 255 or 24.52% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD899 is #002766. Grayscale: #DCDCDC. Windows color (decimal): -10087 or 10082559. OLE color: 10082559.
HSL color Cylindrical-coordinate representation of color #FFD899: hue angle of 37.06º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFD899 is Cyan = 0, Magento = 0.15, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 153 | - |
| CMYK | 0 | 0.15 | 0.4 | 0 |
| HSL | 37.06º | 1% | 0.8% | - |
| HSV(B) | 37.06º | 0.4% | 1% | - |
| XYZ | 71.55 | 72.67 | 40.39 | - |
| YUV | 220.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 153 | 0 | 0.15 | 0.4 | 0 | 37.06 | 1 | 0.8 |
| Hex | FF | D8 | 99 | 0 | F | 28 | 0 | 25 | 64 | 50 |
| Octal | 377 | 330 | 231 | 0 | 17 | 50 | 0 | 45 | 144 | 120 |
| Binary | 11111111 | 11011000 | 10011001 | 0 | 1111 | 101000 | 0 | 100101 | 1100100 | 1010000 |
Color Harmonies of #FFD899
Complementary color
Monochromatic Colors of #FFD899
Black with #FFD899
Text Example
Text Example
White with #FFD899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD899; }
p { color: rgb(255,216,153); }
H1.HeaderClassName
{
color: #FFD899;
}
.AnyTagClassName
{
color: #FFD899;
}
</style>
background-color css
<style>
a { background-color: #FFD899; }
a { background-color: rgb(255,216,153); }
div.DivClassName
{
background-color: #FFD899;
}
.BgClassName
{
background-color: #FFD899;
}
</style>
border-color css
<style>
span { border-color: #FFD899; }
span { border-color: rgb(255,216,153); }
td.TdClassName
{
border-color: #FFD899;
}
.TagClassName
{
border-color: #FFD899;
}
</style>