Shades of Caramel #FFD58F
Tints of Caramel #FFD58F
RGB
CMYK
RGB Variations
Color information
#FFD58F (or 0xFFD58F) is known color: Caramel. HEX triplet: FF, D5 and 8F. RGB value is (255,213,143). Sum of RGB (Red+Green+Blue) = 255+213+143=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD58F is #002A70. Grayscale: #D9D9D9. Windows color (decimal): -10865 or 9426431. OLE color: 9426431.
HSL color Cylindrical-coordinate representation of color #FFD58F: hue angle of 37.5º 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 #FFD58F is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 143 | - |
| CMYK | 0 | 0.16 | 0.44 | 0 |
| HSL | 37.5º | 1% | 0.78% | - |
| HSV(B) | 37.5º | 0.44% | 1% | - |
| XYZ | 69.99 | 70.83 | 35.97 | - |
| YUV | 217.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 143 | 0 | 0.16 | 0.44 | 0 | 37.5 | 1 | 0.78 |
| Hex | FF | D5 | 8F | 0 | 10 | 2C | 0 | 26 | 64 | 4E |
| Octal | 377 | 325 | 217 | 0 | 20 | 54 | 0 | 46 | 144 | 116 |
| Binary | 11111111 | 11010101 | 10001111 | 0 | 10000 | 101100 | 0 | 100110 | 1100100 | 1001110 |
Color Harmonies of #FFD58F
Complementary color
Monochromatic Colors of #FFD58F
Black with #FFD58F
Text Example
Text Example
White with #FFD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD58F; }
p { color: rgb(255,213,143); }
H1.HeaderClassName
{
color: #FFD58F;
}
.AnyTagClassName
{
color: #FFD58F;
}
</style>
background-color css
<style>
a { background-color: #FFD58F; }
a { background-color: rgb(255,213,143); }
div.DivClassName
{
background-color: #FFD58F;
}
.BgClassName
{
background-color: #FFD58F;
}
</style>
border-color css
<style>
span { border-color: #FFD58F; }
span { border-color: rgb(255,213,143); }
td.TdClassName
{
border-color: #FFD58F;
}
.TagClassName
{
border-color: #FFD58F;
}
</style>