Shades of Caramel #FFD79A
Tints of Caramel #FFD79A
RGB
CMYK
RGB Variations
Color information
#FFD79A (or 0xFFD79A) is known color: Caramel. HEX triplet: FF, D7 and 9A. RGB value is (255,215,154). Sum of RGB (Red+Green+Blue) = 255+215+154=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD79A is #002865. Grayscale: #DCDCDC. Windows color (decimal): -10342 or 10147839. OLE color: 10147839.
HSL color Cylindrical-coordinate representation of color #FFD79A: hue angle of 36.24º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFD79A is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 154 | - |
| CMYK | 0 | 0.16 | 0.40 | 0 |
| HSL | 36.24º | 1% | 0.8% | - |
| HSV(B) | 36.24º | 0.4% | 1% | - |
| XYZ | 71.37 | 72.19 | 40.74 | - |
| YUV | 220.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 154 | 0 | 0.16 | 0.40 | 0 | 36.24 | 1 | 0.8 |
| Hex | FF | D7 | 9A | 0 | 10 | 28 | 0 | 24 | 64 | 50 |
| Octal | 377 | 327 | 232 | 0 | 20 | 50 | 0 | 44 | 144 | 120 |
| Binary | 11111111 | 11010111 | 10011010 | 0 | 10000 | 101000 | 0 | 100100 | 1100100 | 1010000 |
Color Harmonies of #FFD79A
Complementary color
Monochromatic Colors of #FFD79A
Black with #FFD79A
Text Example
Text Example
White with #FFD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD79A; }
p { color: rgb(255,215,154); }
H1.HeaderClassName
{
color: #FFD79A;
}
.AnyTagClassName
{
color: #FFD79A;
}
</style>
background-color css
<style>
a { background-color: #FFD79A; }
a { background-color: rgb(255,215,154); }
div.DivClassName
{
background-color: #FFD79A;
}
.BgClassName
{
background-color: #FFD79A;
}
</style>
border-color css
<style>
span { border-color: #FFD79A; }
span { border-color: rgb(255,215,154); }
td.TdClassName
{
border-color: #FFD79A;
}
.TagClassName
{
border-color: #FFD79A;
}
</style>