Shades of Caramel #FFD692
Tints of Caramel #FFD692
RGB
CMYK
RGB Variations
Color information
#FFD692 (or 0xFFD692) is known color: Caramel. HEX triplet: FF, D6 and 92. RGB value is (255,214,146). Sum of RGB (Red+Green+Blue) = 255+214+146=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD692 is #00296D. Grayscale: #DADADA. Windows color (decimal): -10606 or 9623295. OLE color: 9623295.
HSL color Cylindrical-coordinate representation of color #FFD692: hue angle of 37.43º 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 #FFD692 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 146 | - |
| CMYK | 0 | 0.16 | 0.43 | 0 |
| HSL | 37.43º | 1% | 0.79% | - |
| HSV(B) | 37.43º | 0.43% | 1% | - |
| XYZ | 70.47 | 71.43 | 37.27 | - |
| YUV | 218.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 146 | 0 | 0.16 | 0.43 | 0 | 37.43 | 1 | 0.79 |
| Hex | FF | D6 | 92 | 0 | 10 | 2B | 0 | 25 | 64 | 4F |
| Octal | 377 | 326 | 222 | 0 | 20 | 53 | 0 | 45 | 144 | 117 |
| Binary | 11111111 | 11010110 | 10010010 | 0 | 10000 | 101011 | 0 | 100101 | 1100100 | 1001111 |
Color Harmonies of #FFD692
Complementary color
Monochromatic Colors of #FFD692
Black with #FFD692
Text Example
Text Example
White with #FFD692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD692; }
p { color: rgb(255,214,146); }
H1.HeaderClassName
{
color: #FFD692;
}
.AnyTagClassName
{
color: #FFD692;
}
</style>
background-color css
<style>
a { background-color: #FFD692; }
a { background-color: rgb(255,214,146); }
div.DivClassName
{
background-color: #FFD692;
}
.BgClassName
{
background-color: #FFD692;
}
</style>
border-color css
<style>
span { border-color: #FFD692; }
span { border-color: rgb(255,214,146); }
td.TdClassName
{
border-color: #FFD692;
}
.TagClassName
{
border-color: #FFD692;
}
</style>