Shades of Caramel #FFD792
Tints of Caramel #FFD792
RGB
CMYK
RGB Variations
Color information
#FFD792 (or 0xFFD792) is known color: Caramel. HEX triplet: FF, D7 and 92. RGB value is (255,215,146). Sum of RGB (Red+Green+Blue) = 255+215+146=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD792 is #00286D. Grayscale: #DBDBDB. Windows color (decimal): -10350 or 9623551. OLE color: 9623551.
HSL color Cylindrical-coordinate representation of color #FFD792: hue angle of 37.98º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFD792 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 146 | - |
| CMYK | 0 | 0.16 | 0.43 | 0 |
| HSL | 37.98º | 1% | 0.79% | - |
| HSV(B) | 37.98º | 0.43% | 1% | - |
| XYZ | 70.73 | 71.94 | 37.35 | - |
| YUV | 219.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 146 | 0 | 0.16 | 0.43 | 0 | 37.98 | 1 | 0.79 |
| Hex | FF | D7 | 92 | 0 | 10 | 2B | 0 | 26 | 64 | 4F |
| Octal | 377 | 327 | 222 | 0 | 20 | 53 | 0 | 46 | 144 | 117 |
| Binary | 11111111 | 11010111 | 10010010 | 0 | 10000 | 101011 | 0 | 100110 | 1100100 | 1001111 |
Color Harmonies of #FFD792
Complementary color
Monochromatic Colors of #FFD792
Black with #FFD792
Text Example
Text Example
White with #FFD792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD792; }
p { color: rgb(255,215,146); }
H1.HeaderClassName
{
color: #FFD792;
}
.AnyTagClassName
{
color: #FFD792;
}
</style>
background-color css
<style>
a { background-color: #FFD792; }
a { background-color: rgb(255,215,146); }
div.DivClassName
{
background-color: #FFD792;
}
.BgClassName
{
background-color: #FFD792;
}
</style>
border-color css
<style>
span { border-color: #FFD792; }
span { border-color: rgb(255,215,146); }
td.TdClassName
{
border-color: #FFD792;
}
.TagClassName
{
border-color: #FFD792;
}
</style>