Shades of Caramel #FDD99B
Tints of Caramel #FDD99B
RGB
CMYK
RGB Variations
Color information
#FDD99B (or 0xFDD99B) is known color: Caramel. HEX triplet: FD, D9 and 9B. RGB value is (253,217,155). Sum of RGB (Red+Green+Blue) = 253+217+155=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD99B is #022664. Grayscale: #DCDCDC. Windows color (decimal): -140901 or 10213885. OLE color: 10213885.
HSL color Cylindrical-coordinate representation of color #FDD99B: hue angle of 37.96º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDD99B is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 155 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.01 |
| HSL | 37.96º | 0.96% | 0.8% | - |
| HSV(B) | 37.96º | 0.39% | 0.99% | - |
| XYZ | 71.24 | 72.87 | 41.32 | - |
| YUV | 220.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 155 | 0 | 0.14 | 0.39 | 0.01 | 37.96 | 0.96 | 0.8 |
| Hex | FD | D9 | 9B | 0 | E | 27 | 1 | 26 | 60 | 50 |
| Octal | 375 | 331 | 233 | 0 | 16 | 47 | 1 | 46 | 140 | 120 |
| Binary | 11111101 | 11011001 | 10011011 | 0 | 1110 | 100111 | 1 | 100110 | 1100000 | 1010000 |
Color Harmonies of #FDD99B
Complementary color
Monochromatic Colors of #FDD99B
Black with #FDD99B
Text Example
Text Example
White with #FDD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD99B; }
p { color: rgb(253,217,155); }
H1.HeaderClassName
{
color: #FDD99B;
}
.AnyTagClassName
{
color: #FDD99B;
}
</style>
background-color css
<style>
a { background-color: #FDD99B; }
a { background-color: rgb(253,217,155); }
div.DivClassName
{
background-color: #FDD99B;
}
.BgClassName
{
background-color: #FDD99B;
}
</style>
border-color css
<style>
span { border-color: #FDD99B; }
span { border-color: rgb(253,217,155); }
td.TdClassName
{
border-color: #FDD99B;
}
.TagClassName
{
border-color: #FDD99B;
}
</style>