Shades of Caramel #FDD199
Tints of Caramel #FDD199
RGB
CMYK
RGB Variations
Color information
#FDD199 (or 0xFDD199) is known color: Caramel. HEX triplet: FD, D1 and 99. RGB value is (253,209,153). Sum of RGB (Red+Green+Blue) = 253+209+153=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD199 is #022E66. Grayscale: #D8D8D8. Windows color (decimal): -142951 or 10080765. OLE color: 10080765.
HSL color Cylindrical-coordinate representation of color #FDD199: hue angle of 33.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDD199 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 153 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.01 |
| HSL | 33.6º | 0.96% | 0.8% | - |
| HSV(B) | 33.6º | 0.4% | 0.99% | - |
| XYZ | 69.06 | 68.78 | 39.77 | - |
| YUV | 215.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 153 | 0 | 0.17 | 0.40 | 0.01 | 33.6 | 0.96 | 0.8 |
| Hex | FD | D1 | 99 | 0 | 11 | 28 | 1 | 22 | 60 | 50 |
| Octal | 375 | 321 | 231 | 0 | 21 | 50 | 1 | 42 | 140 | 120 |
| Binary | 11111101 | 11010001 | 10011001 | 0 | 10001 | 101000 | 1 | 100010 | 1100000 | 1010000 |
Color Harmonies of #FDD199
Complementary color
Monochromatic Colors of #FDD199
Black with #FDD199
Text Example
Text Example
White with #FDD199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD199; }
p { color: rgb(253,209,153); }
H1.HeaderClassName
{
color: #FDD199;
}
.AnyTagClassName
{
color: #FDD199;
}
</style>
background-color css
<style>
a { background-color: #FDD199; }
a { background-color: rgb(253,209,153); }
div.DivClassName
{
background-color: #FDD199;
}
.BgClassName
{
background-color: #FDD199;
}
</style>
border-color css
<style>
span { border-color: #FDD199; }
span { border-color: rgb(253,209,153); }
td.TdClassName
{
border-color: #FDD199;
}
.TagClassName
{
border-color: #FDD199;
}
</style>