Shades of Caramel #FDD399
Tints of Caramel #FDD399
RGB
CMYK
RGB Variations
Color information
#FDD399 (or 0xFDD399) is known color: Caramel. HEX triplet: FD, D3 and 99. RGB value is (253,211,153). Sum of RGB (Red+Green+Blue) = 253+211+153=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 153 (60.16% from 255 or 24.80% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD399 is #022C66. Grayscale: #D9D9D9. Windows color (decimal): -142439 or 10081277. OLE color: 10081277.
HSL color Cylindrical-coordinate representation of color #FDD399: hue angle of 34.8º 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 #FDD399 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 153 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.01 |
| HSL | 34.8º | 0.96% | 0.8% | - |
| HSV(B) | 34.8º | 0.4% | 0.99% | - |
| XYZ | 69.55 | 69.77 | 39.94 | - |
| YUV | 216.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 153 | 0 | 0.17 | 0.40 | 0.01 | 34.8 | 0.96 | 0.8 |
| Hex | FD | D3 | 99 | 0 | 11 | 28 | 1 | 23 | 60 | 50 |
| Octal | 375 | 323 | 231 | 0 | 21 | 50 | 1 | 43 | 140 | 120 |
| Binary | 11111101 | 11010011 | 10011001 | 0 | 10001 | 101000 | 1 | 100011 | 1100000 | 1010000 |
Color Harmonies of #FDD399
Complementary color
Monochromatic Colors of #FDD399
Black with #FDD399
Text Example
Text Example
White with #FDD399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD399; }
p { color: rgb(253,211,153); }
H1.HeaderClassName
{
color: #FDD399;
}
.AnyTagClassName
{
color: #FDD399;
}
</style>
background-color css
<style>
a { background-color: #FDD399; }
a { background-color: rgb(253,211,153); }
div.DivClassName
{
background-color: #FDD399;
}
.BgClassName
{
background-color: #FDD399;
}
</style>
border-color css
<style>
span { border-color: #FDD399; }
span { border-color: rgb(253,211,153); }
td.TdClassName
{
border-color: #FDD399;
}
.TagClassName
{
border-color: #FDD399;
}
</style>