Shades of Caramel #FDD99C
Tints of Caramel #FDD99C
RGB
CMYK
RGB Variations
Color information
#FDD99C (or 0xFDD99C) is known color: Caramel. HEX triplet: FD, D9 and 9C. RGB value is (253,217,156). Sum of RGB (Red+Green+Blue) = 253+217+156=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD99C is #022663. Grayscale: #DDDDDD. Windows color (decimal): -140900 or 10279421. OLE color: 10279421.
HSL color Cylindrical-coordinate representation of color #FDD99C: hue angle of 37.73º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDD99C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 156 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.01 |
| HSL | 37.73º | 0.96% | 0.8% | - |
| HSV(B) | 37.73º | 0.38% | 0.99% | - |
| XYZ | 71.32 | 72.91 | 41.77 | - |
| YUV | 220.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 156 | 0 | 0.14 | 0.38 | 0.01 | 37.73 | 0.96 | 0.8 |
| Hex | FD | D9 | 9C | 0 | E | 26 | 1 | 26 | 60 | 50 |
| Octal | 375 | 331 | 234 | 0 | 16 | 46 | 1 | 46 | 140 | 120 |
| Binary | 11111101 | 11011001 | 10011100 | 0 | 1110 | 100110 | 1 | 100110 | 1100000 | 1010000 |
Color Harmonies of #FDD99C
Complementary color
Monochromatic Colors of #FDD99C
Black with #FDD99C
Text Example
Text Example
White with #FDD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD99C; }
p { color: rgb(253,217,156); }
H1.HeaderClassName
{
color: #FDD99C;
}
.AnyTagClassName
{
color: #FDD99C;
}
</style>
background-color css
<style>
a { background-color: #FDD99C; }
a { background-color: rgb(253,217,156); }
div.DivClassName
{
background-color: #FDD99C;
}
.BgClassName
{
background-color: #FDD99C;
}
</style>
border-color css
<style>
span { border-color: #FDD99C; }
span { border-color: rgb(253,217,156); }
td.TdClassName
{
border-color: #FDD99C;
}
.TagClassName
{
border-color: #FDD99C;
}
</style>