Shades of Caramel #FDD097
Tints of Caramel #FDD097
RGB
CMYK
RGB Variations
Color information
#FDD097 (or 0xFDD097) is known color: Caramel. HEX triplet: FD, D0 and 97. RGB value is (253,208,151). Sum of RGB (Red+Green+Blue) = 253+208+151=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD097 is #022F68. Grayscale: #D7D7D7. Windows color (decimal): -143209 or 9949437. OLE color: 9949437.
HSL color Cylindrical-coordinate representation of color #FDD097: hue angle of 33.53º 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 #FDD097 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 151 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.01 |
| HSL | 33.53º | 0.96% | 0.79% | - |
| HSV(B) | 33.53º | 0.4% | 0.99% | - |
| XYZ | 68.65 | 68.23 | 38.83 | - |
| YUV | 214.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 151 | 0 | 0.18 | 0.40 | 0.01 | 33.53 | 0.96 | 0.79 |
| Hex | FD | D0 | 97 | 0 | 12 | 28 | 1 | 22 | 60 | 4F |
| Octal | 375 | 320 | 227 | 0 | 22 | 50 | 1 | 42 | 140 | 117 |
| Binary | 11111101 | 11010000 | 10010111 | 0 | 10010 | 101000 | 1 | 100010 | 1100000 | 1001111 |
Color Harmonies of #FDD097
Complementary color
Monochromatic Colors of #FDD097
Black with #FDD097
Text Example
Text Example
White with #FDD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD097; }
p { color: rgb(253,208,151); }
H1.HeaderClassName
{
color: #FDD097;
}
.AnyTagClassName
{
color: #FDD097;
}
</style>
background-color css
<style>
a { background-color: #FDD097; }
a { background-color: rgb(253,208,151); }
div.DivClassName
{
background-color: #FDD097;
}
.BgClassName
{
background-color: #FDD097;
}
</style>
border-color css
<style>
span { border-color: #FDD097; }
span { border-color: rgb(253,208,151); }
td.TdClassName
{
border-color: #FDD097;
}
.TagClassName
{
border-color: #FDD097;
}
</style>