Shades of Caramel #FDD993
Tints of Caramel #FDD993
RGB
CMYK
RGB Variations
Color information
#FDD993 (or 0xFDD993) is known color: Caramel. HEX triplet: FD, D9 and 93. RGB value is (253,217,147). Sum of RGB (Red+Green+Blue) = 253+217+147=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD993 is #02266C. Grayscale: #DCDCDC. Windows color (decimal): -140909 or 9689597. OLE color: 9689597.
HSL color Cylindrical-coordinate representation of color #FDD993: hue angle of 39.62º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDD993 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 147 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.01 |
| HSL | 39.62º | 0.96% | 0.78% | - |
| HSV(B) | 39.62º | 0.42% | 0.99% | - |
| XYZ | 70.59 | 72.61 | 37.9 | - |
| YUV | 219.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 147 | 0 | 0.14 | 0.42 | 0.01 | 39.62 | 0.96 | 0.78 |
| Hex | FD | D9 | 93 | 0 | E | 2A | 1 | 28 | 60 | 4E |
| Octal | 375 | 331 | 223 | 0 | 16 | 52 | 1 | 50 | 140 | 116 |
| Binary | 11111101 | 11011001 | 10010011 | 0 | 1110 | 101010 | 1 | 101000 | 1100000 | 1001110 |
Color Harmonies of #FDD993
Complementary color
Monochromatic Colors of #FDD993
Black with #FDD993
Text Example
Text Example
White with #FDD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD993; }
p { color: rgb(253,217,147); }
H1.HeaderClassName
{
color: #FDD993;
}
.AnyTagClassName
{
color: #FDD993;
}
</style>
background-color css
<style>
a { background-color: #FDD993; }
a { background-color: rgb(253,217,147); }
div.DivClassName
{
background-color: #FDD993;
}
.BgClassName
{
background-color: #FDD993;
}
</style>
border-color css
<style>
span { border-color: #FDD993; }
span { border-color: rgb(253,217,147); }
td.TdClassName
{
border-color: #FDD993;
}
.TagClassName
{
border-color: #FDD993;
}
</style>