Shades of Caramel #FDD18D
Tints of Caramel #FDD18D
RGB
CMYK
RGB Variations
Color information
#FDD18D (or 0xFDD18D) is known color: Caramel. HEX triplet: FD, D1 and 8D. RGB value is (253,209,141). Sum of RGB (Red+Green+Blue) = 253+209+141=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD18D is #022E72. Grayscale: #D6D6D6. Windows color (decimal): -142963 or 9294333. OLE color: 9294333.
HSL color Cylindrical-coordinate representation of color #FDD18D: hue angle of 36.43º 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 #FDD18D is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 141 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.01 |
| HSL | 36.43º | 0.97% | 0.77% | - |
| HSV(B) | 36.43º | 0.44% | 0.99% | - |
| XYZ | 68.12 | 68.41 | 34.81 | - |
| YUV | 214.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 141 | 0 | 0.17 | 0.44 | 0.01 | 36.43 | 0.97 | 0.77 |
| Hex | FD | D1 | 8D | 0 | 11 | 2C | 1 | 24 | 61 | 4D |
| Octal | 375 | 321 | 215 | 0 | 21 | 54 | 1 | 44 | 141 | 115 |
| Binary | 11111101 | 11010001 | 10001101 | 0 | 10001 | 101100 | 1 | 100100 | 1100001 | 1001101 |
Color Harmonies of #FDD18D
Complementary color
Monochromatic Colors of #FDD18D
Black with #FDD18D
Text Example
Text Example
White with #FDD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD18D; }
p { color: rgb(253,209,141); }
H1.HeaderClassName
{
color: #FDD18D;
}
.AnyTagClassName
{
color: #FDD18D;
}
</style>
background-color css
<style>
a { background-color: #FDD18D; }
a { background-color: rgb(253,209,141); }
div.DivClassName
{
background-color: #FDD18D;
}
.BgClassName
{
background-color: #FDD18D;
}
</style>
border-color css
<style>
span { border-color: #FDD18D; }
span { border-color: rgb(253,209,141); }
td.TdClassName
{
border-color: #FDD18D;
}
.TagClassName
{
border-color: #FDD18D;
}
</style>