Shades of Caramel #FDD08D
Tints of Caramel #FDD08D
RGB
CMYK
RGB Variations
Color information
#FDD08D (or 0xFDD08D) is known color: Caramel. HEX triplet: FD, D0 and 8D. RGB value is (253,208,141). Sum of RGB (Red+Green+Blue) = 253+208+141=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD08D is #022F72. Grayscale: #D6D6D6. Windows color (decimal): -143219 or 9294077. OLE color: 9294077.
HSL color Cylindrical-coordinate representation of color #FDD08D: hue angle of 35.89º 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 #FDD08D is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 141 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.01 |
| HSL | 35.89º | 0.97% | 0.77% | - |
| HSV(B) | 35.89º | 0.44% | 0.99% | - |
| XYZ | 67.87 | 67.92 | 34.73 | - |
| YUV | 213.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 141 | 0 | 0.18 | 0.44 | 0.01 | 35.89 | 0.97 | 0.77 |
| Hex | FD | D0 | 8D | 0 | 12 | 2C | 1 | 24 | 61 | 4D |
| Octal | 375 | 320 | 215 | 0 | 22 | 54 | 1 | 44 | 141 | 115 |
| Binary | 11111101 | 11010000 | 10001101 | 0 | 10010 | 101100 | 1 | 100100 | 1100001 | 1001101 |
Color Harmonies of #FDD08D
Complementary color
Monochromatic Colors of #FDD08D
Black with #FDD08D
Text Example
Text Example
White with #FDD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD08D; }
p { color: rgb(253,208,141); }
H1.HeaderClassName
{
color: #FDD08D;
}
.AnyTagClassName
{
color: #FDD08D;
}
</style>
background-color css
<style>
a { background-color: #FDD08D; }
a { background-color: rgb(253,208,141); }
div.DivClassName
{
background-color: #FDD08D;
}
.BgClassName
{
background-color: #FDD08D;
}
</style>
border-color css
<style>
span { border-color: #FDD08D; }
span { border-color: rgb(253,208,141); }
td.TdClassName
{
border-color: #FDD08D;
}
.TagClassName
{
border-color: #FDD08D;
}
</style>