Shades of Caramel #FFD492
Tints of Caramel #FFD492
RGB
CMYK
RGB Variations
Color information
#FFD492 (or 0xFFD492) is known color: Caramel. HEX triplet: FF, D4 and 92. RGB value is (255,212,146). Sum of RGB (Red+Green+Blue) = 255+212+146=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 146 (57.42% from 255 or 23.82% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD492 is #002B6D. Grayscale: #D9D9D9. Windows color (decimal): -11118 or 9622783. OLE color: 9622783.
HSL color Cylindrical-coordinate representation of color #FFD492: hue angle of 36.33º 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 #FFD492 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 146 | - |
| CMYK | 0 | 0.17 | 0.43 | 0 |
| HSL | 36.33º | 1% | 0.79% | - |
| HSV(B) | 36.33º | 0.43% | 1% | - |
| XYZ | 69.97 | 70.42 | 37.1 | - |
| YUV | 217.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 146 | 0 | 0.17 | 0.43 | 0 | 36.33 | 1 | 0.79 |
| Hex | FF | D4 | 92 | 0 | 11 | 2B | 0 | 24 | 64 | 4F |
| Octal | 377 | 324 | 222 | 0 | 21 | 53 | 0 | 44 | 144 | 117 |
| Binary | 11111111 | 11010100 | 10010010 | 0 | 10001 | 101011 | 0 | 100100 | 1100100 | 1001111 |
Color Harmonies of #FFD492
Complementary color
Monochromatic Colors of #FFD492
Black with #FFD492
Text Example
Text Example
White with #FFD492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD492; }
p { color: rgb(255,212,146); }
H1.HeaderClassName
{
color: #FFD492;
}
.AnyTagClassName
{
color: #FFD492;
}
</style>
background-color css
<style>
a { background-color: #FFD492; }
a { background-color: rgb(255,212,146); }
div.DivClassName
{
background-color: #FFD492;
}
.BgClassName
{
background-color: #FFD492;
}
</style>
border-color css
<style>
span { border-color: #FFD492; }
span { border-color: rgb(255,212,146); }
td.TdClassName
{
border-color: #FFD492;
}
.TagClassName
{
border-color: #FFD492;
}
</style>