Shades of Caramel #FFD58C
Tints of Caramel #FFD58C
RGB
CMYK
RGB Variations
Color information
#FFD58C (or 0xFFD58C) is known color: Caramel. HEX triplet: FF, D5 and 8C. RGB value is (255,213,140). Sum of RGB (Red+Green+Blue) = 255+213+140=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD58C is #002A73. Grayscale: #D9D9D9. Windows color (decimal): -10868 or 9229823. OLE color: 9229823.
HSL color Cylindrical-coordinate representation of color #FFD58C: hue angle of 38.09º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD58C is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 140 | - |
| CMYK | 0 | 0.16 | 0.45 | 0 |
| HSL | 38.09º | 1% | 0.77% | - |
| HSV(B) | 38.09º | 0.45% | 1% | - |
| XYZ | 69.77 | 70.74 | 34.79 | - |
| YUV | 217.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 140 | 0 | 0.16 | 0.45 | 0 | 38.09 | 1 | 0.77 |
| Hex | FF | D5 | 8C | 0 | 10 | 2D | 0 | 26 | 64 | 4D |
| Octal | 377 | 325 | 214 | 0 | 20 | 55 | 0 | 46 | 144 | 115 |
| Binary | 11111111 | 11010101 | 10001100 | 0 | 10000 | 101101 | 0 | 100110 | 1100100 | 1001101 |
Color Harmonies of #FFD58C
Complementary color
Monochromatic Colors of #FFD58C
Black with #FFD58C
Text Example
Text Example
White with #FFD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD58C; }
p { color: rgb(255,213,140); }
H1.HeaderClassName
{
color: #FFD58C;
}
.AnyTagClassName
{
color: #FFD58C;
}
</style>
background-color css
<style>
a { background-color: #FFD58C; }
a { background-color: rgb(255,213,140); }
div.DivClassName
{
background-color: #FFD58C;
}
.BgClassName
{
background-color: #FFD58C;
}
</style>
border-color css
<style>
span { border-color: #FFD58C; }
span { border-color: rgb(255,213,140); }
td.TdClassName
{
border-color: #FFD58C;
}
.TagClassName
{
border-color: #FFD58C;
}
</style>