Shades of Caramel #FDD991
Tints of Caramel #FDD991
RGB
CMYK
RGB Variations
Color information
#FDD991 (or 0xFDD991) is known color: Caramel. HEX triplet: FD, D9 and 91. RGB value is (253,217,145). Sum of RGB (Red+Green+Blue) = 253+217+145=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 145 (57.03% from 255 or 23.58% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD991 is #02266E. Grayscale: #DBDBDB. Windows color (decimal): -140911 or 9558525. OLE color: 9558525.
HSL color Cylindrical-coordinate representation of color #FDD991: hue angle of 40º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDD991 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 145 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.01 |
| HSL | 40º | 0.96% | 0.78% | - |
| HSV(B) | 40º | 0.43% | 0.99% | - |
| XYZ | 70.43 | 72.55 | 37.08 | - |
| YUV | 219.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 145 | 0 | 0.14 | 0.43 | 0.01 | 40 | 0.96 | 0.78 |
| Hex | FD | D9 | 91 | 0 | E | 2B | 1 | 28 | 60 | 4E |
| Octal | 375 | 331 | 221 | 0 | 16 | 53 | 1 | 50 | 140 | 116 |
| Binary | 11111101 | 11011001 | 10010001 | 0 | 1110 | 101011 | 1 | 101000 | 1100000 | 1001110 |
Color Harmonies of #FDD991
Complementary color
Monochromatic Colors of #FDD991
Black with #FDD991
Text Example
Text Example
White with #FDD991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD991; }
p { color: rgb(253,217,145); }
H1.HeaderClassName
{
color: #FDD991;
}
.AnyTagClassName
{
color: #FDD991;
}
</style>
background-color css
<style>
a { background-color: #FDD991; }
a { background-color: rgb(253,217,145); }
div.DivClassName
{
background-color: #FDD991;
}
.BgClassName
{
background-color: #FDD991;
}
</style>
border-color css
<style>
span { border-color: #FDD991; }
span { border-color: rgb(253,217,145); }
td.TdClassName
{
border-color: #FDD991;
}
.TagClassName
{
border-color: #FDD991;
}
</style>