Shades of Caramel #FFD998
Tints of Caramel #FFD998
RGB
CMYK
RGB Variations
Color information
#FFD998 (or 0xFFD998) is known color: Caramel. HEX triplet: FF, D9 and 98. RGB value is (255,217,152). Sum of RGB (Red+Green+Blue) = 255+217+152=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 152 (59.77% from 255 or 24.36% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD998 is #002667. Grayscale: #DDDDDD. Windows color (decimal): -9832 or 10017279. OLE color: 10017279.
HSL color Cylindrical-coordinate representation of color #FFD998: hue angle of 37.86º 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 #FFD998 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 152 | - |
| CMYK | 0 | 0.15 | 0.40 | 0 |
| HSL | 37.86º | 1% | 0.8% | - |
| HSV(B) | 37.86º | 0.4% | 1% | - |
| XYZ | 71.72 | 73.15 | 40.05 | - |
| YUV | 220.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 152 | 0 | 0.15 | 0.40 | 0 | 37.86 | 1 | 0.8 |
| Hex | FF | D9 | 98 | 0 | F | 28 | 0 | 26 | 64 | 50 |
| Octal | 377 | 331 | 230 | 0 | 17 | 50 | 0 | 46 | 144 | 120 |
| Binary | 11111111 | 11011001 | 10011000 | 0 | 1111 | 101000 | 0 | 100110 | 1100100 | 1010000 |
Color Harmonies of #FFD998
Complementary color
Monochromatic Colors of #FFD998
Black with #FFD998
Text Example
Text Example
White with #FFD998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD998; }
p { color: rgb(255,217,152); }
H1.HeaderClassName
{
color: #FFD998;
}
.AnyTagClassName
{
color: #FFD998;
}
</style>
background-color css
<style>
a { background-color: #FFD998; }
a { background-color: rgb(255,217,152); }
div.DivClassName
{
background-color: #FFD998;
}
.BgClassName
{
background-color: #FFD998;
}
</style>
border-color css
<style>
span { border-color: #FFD998; }
span { border-color: rgb(255,217,152); }
td.TdClassName
{
border-color: #FFD998;
}
.TagClassName
{
border-color: #FFD998;
}
</style>