Shades of Caramel #FDD191
Tints of Caramel #FDD191
RGB
CMYK
RGB Variations
Color information
#FDD191 (or 0xFDD191) is known color: Caramel. HEX triplet: FD, D1 and 91. RGB value is (253,209,145). Sum of RGB (Red+Green+Blue) = 253+209+145=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD191 is #022E6E. Grayscale: #D7D7D7. Windows color (decimal): -142959 or 9556477. OLE color: 9556477.
HSL color Cylindrical-coordinate representation of color #FDD191: hue angle of 35.56º 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 #FDD191 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 145 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.01 |
| HSL | 35.56º | 0.96% | 0.78% | - |
| HSV(B) | 35.56º | 0.43% | 0.99% | - |
| XYZ | 68.42 | 68.53 | 36.41 | - |
| YUV | 214.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 145 | 0 | 0.17 | 0.43 | 0.01 | 35.56 | 0.96 | 0.78 |
| Hex | FD | D1 | 91 | 0 | 11 | 2B | 1 | 24 | 60 | 4E |
| Octal | 375 | 321 | 221 | 0 | 21 | 53 | 1 | 44 | 140 | 116 |
| Binary | 11111101 | 11010001 | 10010001 | 0 | 10001 | 101011 | 1 | 100100 | 1100000 | 1001110 |
Color Harmonies of #FDD191
Complementary color
Monochromatic Colors of #FDD191
Black with #FDD191
Text Example
Text Example
White with #FDD191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD191; }
p { color: rgb(253,209,145); }
H1.HeaderClassName
{
color: #FDD191;
}
.AnyTagClassName
{
color: #FDD191;
}
</style>
background-color css
<style>
a { background-color: #FDD191; }
a { background-color: rgb(253,209,145); }
div.DivClassName
{
background-color: #FDD191;
}
.BgClassName
{
background-color: #FDD191;
}
</style>
border-color css
<style>
span { border-color: #FDD191; }
span { border-color: rgb(253,209,145); }
td.TdClassName
{
border-color: #FDD191;
}
.TagClassName
{
border-color: #FDD191;
}
</style>