Shades of Caramel #FFD499
Tints of Caramel #FFD499
RGB
CMYK
RGB Variations
Color information
#FFD499 (or 0xFFD499) is known color: Caramel. HEX triplet: FF, D4 and 99. RGB value is (255,212,153). Sum of RGB (Red+Green+Blue) = 255+212+153=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD499 is #002B66. Grayscale: #DADADA. Windows color (decimal): -11111 or 10081535. OLE color: 10081535.
HSL color Cylindrical-coordinate representation of color #FFD499: hue angle of 34.71º 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 #FFD499 is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 153 | - |
| CMYK | 0 | 0.17 | 0.4 | 0 |
| HSL | 34.71º | 1% | 0.8% | - |
| HSV(B) | 34.71º | 0.4% | 1% | - |
| XYZ | 70.53 | 70.65 | 40.06 | - |
| YUV | 218.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 153 | 0 | 0.17 | 0.4 | 0 | 34.71 | 1 | 0.8 |
| Hex | FF | D4 | 99 | 0 | 11 | 28 | 0 | 23 | 64 | 50 |
| Octal | 377 | 324 | 231 | 0 | 21 | 50 | 0 | 43 | 144 | 120 |
| Binary | 11111111 | 11010100 | 10011001 | 0 | 10001 | 101000 | 0 | 100011 | 1100100 | 1010000 |
Color Harmonies of #FFD499
Complementary color
Monochromatic Colors of #FFD499
Black with #FFD499
Text Example
Text Example
White with #FFD499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD499; }
p { color: rgb(255,212,153); }
H1.HeaderClassName
{
color: #FFD499;
}
.AnyTagClassName
{
color: #FFD499;
}
</style>
background-color css
<style>
a { background-color: #FFD499; }
a { background-color: rgb(255,212,153); }
div.DivClassName
{
background-color: #FFD499;
}
.BgClassName
{
background-color: #FFD499;
}
</style>
border-color css
<style>
span { border-color: #FFD499; }
span { border-color: rgb(255,212,153); }
td.TdClassName
{
border-color: #FFD499;
}
.TagClassName
{
border-color: #FFD499;
}
</style>