Shades of Caramel #FDDA93
Tints of Caramel #FDDA93
RGB
CMYK
RGB Variations
Color information
#FDDA93 (or 0xFDDA93) is known color: Caramel. HEX triplet: FD, DA and 93. RGB value is (253,218,147). Sum of RGB (Red+Green+Blue) = 253+218+147=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDA93 is #02256C. Grayscale: #DCDCDC. Windows color (decimal): -140653 or 9689853. OLE color: 9689853.
HSL color Cylindrical-coordinate representation of color #FDDA93: hue angle of 40.19º 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 #FDDA93 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 147 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.01 |
| HSL | 40.19º | 0.96% | 0.78% | - |
| HSV(B) | 40.19º | 0.42% | 0.99% | - |
| XYZ | 70.85 | 73.13 | 37.99 | - |
| YUV | 220.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 147 | 0 | 0.14 | 0.42 | 0.01 | 40.19 | 0.96 | 0.78 |
| Hex | FD | DA | 93 | 0 | E | 2A | 1 | 28 | 60 | 4E |
| Octal | 375 | 332 | 223 | 0 | 16 | 52 | 1 | 50 | 140 | 116 |
| Binary | 11111101 | 11011010 | 10010011 | 0 | 1110 | 101010 | 1 | 101000 | 1100000 | 1001110 |
Color Harmonies of #FDDA93
Complementary color
Monochromatic Colors of #FDDA93
Black with #FDDA93
Text Example
Text Example
White with #FDDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA93; }
p { color: rgb(253,218,147); }
H1.HeaderClassName
{
color: #FDDA93;
}
.AnyTagClassName
{
color: #FDDA93;
}
</style>
background-color css
<style>
a { background-color: #FDDA93; }
a { background-color: rgb(253,218,147); }
div.DivClassName
{
background-color: #FDDA93;
}
.BgClassName
{
background-color: #FDDA93;
}
</style>
border-color css
<style>
span { border-color: #FDDA93; }
span { border-color: rgb(253,218,147); }
td.TdClassName
{
border-color: #FDDA93;
}
.TagClassName
{
border-color: #FDDA93;
}
</style>