Shades of Caramel #FDD997
Tints of Caramel #FDD997
RGB
CMYK
RGB Variations
Color information
#FDD997 (or 0xFDD997) is known color: Caramel. HEX triplet: FD, D9 and 97. RGB value is (253,217,151). Sum of RGB (Red+Green+Blue) = 253+217+151=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 151 (59.38% from 255 or 24.32% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD997 is #022668. Grayscale: #DCDCDC. Windows color (decimal): -140905 or 9951741. OLE color: 9951741.
HSL color Cylindrical-coordinate representation of color #FDD997: hue angle of 38.82º 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 #FDD997 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 151 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.01 |
| HSL | 38.82º | 0.96% | 0.79% | - |
| HSV(B) | 38.82º | 0.4% | 0.99% | - |
| XYZ | 70.91 | 72.74 | 39.58 | - |
| YUV | 220.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 151 | 0 | 0.14 | 0.40 | 0.01 | 38.82 | 0.96 | 0.79 |
| Hex | FD | D9 | 97 | 0 | E | 28 | 1 | 27 | 60 | 4F |
| Octal | 375 | 331 | 227 | 0 | 16 | 50 | 1 | 47 | 140 | 117 |
| Binary | 11111101 | 11011001 | 10010111 | 0 | 1110 | 101000 | 1 | 100111 | 1100000 | 1001111 |
Color Harmonies of #FDD997
Complementary color
Monochromatic Colors of #FDD997
Black with #FDD997
Text Example
Text Example
White with #FDD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD997; }
p { color: rgb(253,217,151); }
H1.HeaderClassName
{
color: #FDD997;
}
.AnyTagClassName
{
color: #FDD997;
}
</style>
background-color css
<style>
a { background-color: #FDD997; }
a { background-color: rgb(253,217,151); }
div.DivClassName
{
background-color: #FDD997;
}
.BgClassName
{
background-color: #FDD997;
}
</style>
border-color css
<style>
span { border-color: #FDD997; }
span { border-color: rgb(253,217,151); }
td.TdClassName
{
border-color: #FDD997;
}
.TagClassName
{
border-color: #FDD997;
}
</style>