Shades of Caramel #FFD58E
Tints of Caramel #FFD58E
RGB
CMYK
RGB Variations
Color information
#FFD58E (or 0xFFD58E) is known color: Caramel. HEX triplet: FF, D5 and 8E. RGB value is (255,213,142). Sum of RGB (Red+Green+Blue) = 255+213+142=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD58E is #002A71. Grayscale: #D9D9D9. Windows color (decimal): -10866 or 9360895. OLE color: 9360895.
HSL color Cylindrical-coordinate representation of color #FFD58E: hue angle of 37.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFD58E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 142 | - |
| CMYK | 0 | 0.16 | 0.44 | 0 |
| HSL | 37.7º | 1% | 0.78% | - |
| HSV(B) | 37.7º | 0.44% | 1% | - |
| XYZ | 69.92 | 70.8 | 35.57 | - |
| YUV | 217.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 142 | 0 | 0.16 | 0.44 | 0 | 37.7 | 1 | 0.78 |
| Hex | FF | D5 | 8E | 0 | 10 | 2C | 0 | 26 | 64 | 4E |
| Octal | 377 | 325 | 216 | 0 | 20 | 54 | 0 | 46 | 144 | 116 |
| Binary | 11111111 | 11010101 | 10001110 | 0 | 10000 | 101100 | 0 | 100110 | 1100100 | 1001110 |
Color Harmonies of #FFD58E
Complementary color
Monochromatic Colors of #FFD58E
Black with #FFD58E
Text Example
Text Example
White with #FFD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD58E; }
p { color: rgb(255,213,142); }
H1.HeaderClassName
{
color: #FFD58E;
}
.AnyTagClassName
{
color: #FFD58E;
}
</style>
background-color css
<style>
a { background-color: #FFD58E; }
a { background-color: rgb(255,213,142); }
div.DivClassName
{
background-color: #FFD58E;
}
.BgClassName
{
background-color: #FFD58E;
}
</style>
border-color css
<style>
span { border-color: #FFD58E; }
span { border-color: rgb(255,213,142); }
td.TdClassName
{
border-color: #FFD58E;
}
.TagClassName
{
border-color: #FFD58E;
}
</style>