Shades of Caramel #FDD497
Tints of Caramel #FDD497
RGB
CMYK
RGB Variations
Color information
#FDD497 (or 0xFDD497) is known color: Caramel. HEX triplet: FD, D4 and 97. RGB value is (253,212,151). Sum of RGB (Red+Green+Blue) = 253+212+151=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 151 (59.38% from 255 or 24.51% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD497 is #022B68. Grayscale: #D9D9D9. Windows color (decimal): -142185 or 9950461. OLE color: 9950461.
HSL color Cylindrical-coordinate representation of color #FDD497: hue angle of 35.88º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDD497 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 151 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.01 |
| HSL | 35.88º | 0.96% | 0.79% | - |
| HSV(B) | 35.88º | 0.4% | 0.99% | - |
| XYZ | 69.64 | 70.2 | 39.16 | - |
| YUV | 217.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 151 | 0 | 0.16 | 0.40 | 0.01 | 35.88 | 0.96 | 0.79 |
| Hex | FD | D4 | 97 | 0 | 10 | 28 | 1 | 24 | 60 | 4F |
| Octal | 375 | 324 | 227 | 0 | 20 | 50 | 1 | 44 | 140 | 117 |
| Binary | 11111101 | 11010100 | 10010111 | 0 | 10000 | 101000 | 1 | 100100 | 1100000 | 1001111 |
Color Harmonies of #FDD497
Complementary color
Monochromatic Colors of #FDD497
Black with #FDD497
Text Example
Text Example
White with #FDD497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD497; }
p { color: rgb(253,212,151); }
H1.HeaderClassName
{
color: #FDD497;
}
.AnyTagClassName
{
color: #FDD497;
}
</style>
background-color css
<style>
a { background-color: #FDD497; }
a { background-color: rgb(253,212,151); }
div.DivClassName
{
background-color: #FDD497;
}
.BgClassName
{
background-color: #FDD497;
}
</style>
border-color css
<style>
span { border-color: #FDD497; }
span { border-color: rgb(253,212,151); }
td.TdClassName
{
border-color: #FDD497;
}
.TagClassName
{
border-color: #FDD497;
}
</style>