Shades of Caramel #FFD399
Tints of Caramel #FFD399
RGB
CMYK
RGB Variations
Color information
#FFD399 (or 0xFFD399) is known color: Caramel. HEX triplet: FF, D3 and 99. RGB value is (255,211,153). Sum of RGB (Red+Green+Blue) = 255+211+153=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 153 (60.16% from 255 or 24.72% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD399 is #002C66. Grayscale: #D9D9D9. Windows color (decimal): -11367 or 10081279. OLE color: 10081279.
HSL color Cylindrical-coordinate representation of color #FFD399: hue angle of 34.12º 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 #FFD399 is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 153 | - |
| CMYK | 0 | 0.17 | 0.4 | 0 |
| HSL | 34.12º | 1% | 0.8% | - |
| HSV(B) | 34.12º | 0.4% | 1% | - |
| XYZ | 70.28 | 70.15 | 39.97 | - |
| YUV | 217.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 153 | 0 | 0.17 | 0.4 | 0 | 34.12 | 1 | 0.8 |
| Hex | FF | D3 | 99 | 0 | 11 | 28 | 0 | 22 | 64 | 50 |
| Octal | 377 | 323 | 231 | 0 | 21 | 50 | 0 | 42 | 144 | 120 |
| Binary | 11111111 | 11010011 | 10011001 | 0 | 10001 | 101000 | 0 | 100010 | 1100100 | 1010000 |
Color Harmonies of #FFD399
Complementary color
Monochromatic Colors of #FFD399
Black with #FFD399
Text Example
Text Example
White with #FFD399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD399; }
p { color: rgb(255,211,153); }
H1.HeaderClassName
{
color: #FFD399;
}
.AnyTagClassName
{
color: #FFD399;
}
</style>
background-color css
<style>
a { background-color: #FFD399; }
a { background-color: rgb(255,211,153); }
div.DivClassName
{
background-color: #FFD399;
}
.BgClassName
{
background-color: #FFD399;
}
</style>
border-color css
<style>
span { border-color: #FFD399; }
span { border-color: rgb(255,211,153); }
td.TdClassName
{
border-color: #FFD399;
}
.TagClassName
{
border-color: #FFD399;
}
</style>