Shades of Caramel #FFD392
Tints of Caramel #FFD392
RGB
CMYK
RGB Variations
Color information
#FFD392 (or 0xFFD392) is known color: Caramel. HEX triplet: FF, D3 and 92. RGB value is (255,211,146). Sum of RGB (Red+Green+Blue) = 255+211+146=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD392 is #002C6D. Grayscale: #D9D9D9. Windows color (decimal): -11374 or 9622527. OLE color: 9622527.
HSL color Cylindrical-coordinate representation of color #FFD392: hue angle of 35.78º 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 #FFD392 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 146 | - |
| CMYK | 0 | 0.17 | 0.43 | 0 |
| HSL | 35.78º | 1% | 0.79% | - |
| HSV(B) | 35.78º | 0.43% | 1% | - |
| XYZ | 69.72 | 69.92 | 37.02 | - |
| YUV | 216.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 146 | 0 | 0.17 | 0.43 | 0 | 35.78 | 1 | 0.79 |
| Hex | FF | D3 | 92 | 0 | 11 | 2B | 0 | 24 | 64 | 4F |
| Octal | 377 | 323 | 222 | 0 | 21 | 53 | 0 | 44 | 144 | 117 |
| Binary | 11111111 | 11010011 | 10010010 | 0 | 10001 | 101011 | 0 | 100100 | 1100100 | 1001111 |
Color Harmonies of #FFD392
Complementary color
Monochromatic Colors of #FFD392
Black with #FFD392
Text Example
Text Example
White with #FFD392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD392; }
p { color: rgb(255,211,146); }
H1.HeaderClassName
{
color: #FFD392;
}
.AnyTagClassName
{
color: #FFD392;
}
</style>
background-color css
<style>
a { background-color: #FFD392; }
a { background-color: rgb(255,211,146); }
div.DivClassName
{
background-color: #FFD392;
}
.BgClassName
{
background-color: #FFD392;
}
</style>
border-color css
<style>
span { border-color: #FFD392; }
span { border-color: rgb(255,211,146); }
td.TdClassName
{
border-color: #FFD392;
}
.TagClassName
{
border-color: #FFD392;
}
</style>