Shades of Caramel #FDD38D
Tints of Caramel #FDD38D
RGB
CMYK
RGB Variations
Color information
#FDD38D (or 0xFDD38D) is known color: Caramel. HEX triplet: FD, D3 and 8D. RGB value is (253,211,141). Sum of RGB (Red+Green+Blue) = 253+211+141=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD38D is #022C72. Grayscale: #D7D7D7. Windows color (decimal): -142451 or 9294845. OLE color: 9294845.
HSL color Cylindrical-coordinate representation of color #FDD38D: hue angle of 37.5º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDD38D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 141 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.01 |
| HSL | 37.5º | 0.97% | 0.77% | - |
| HSV(B) | 37.5º | 0.44% | 0.99% | - |
| XYZ | 68.61 | 69.39 | 34.98 | - |
| YUV | 215.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 141 | 0 | 0.17 | 0.44 | 0.01 | 37.5 | 0.97 | 0.77 |
| Hex | FD | D3 | 8D | 0 | 11 | 2C | 1 | 26 | 61 | 4D |
| Octal | 375 | 323 | 215 | 0 | 21 | 54 | 1 | 46 | 141 | 115 |
| Binary | 11111101 | 11010011 | 10001101 | 0 | 10001 | 101100 | 1 | 100110 | 1100001 | 1001101 |
Color Harmonies of #FDD38D
Complementary color
Monochromatic Colors of #FDD38D
Black with #FDD38D
Text Example
Text Example
White with #FDD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD38D; }
p { color: rgb(253,211,141); }
H1.HeaderClassName
{
color: #FDD38D;
}
.AnyTagClassName
{
color: #FDD38D;
}
</style>
background-color css
<style>
a { background-color: #FDD38D; }
a { background-color: rgb(253,211,141); }
div.DivClassName
{
background-color: #FDD38D;
}
.BgClassName
{
background-color: #FDD38D;
}
</style>
border-color css
<style>
span { border-color: #FDD38D; }
span { border-color: rgb(253,211,141); }
td.TdClassName
{
border-color: #FDD38D;
}
.TagClassName
{
border-color: #FDD38D;
}
</style>