Shades of Caramel #FFD694
Tints of Caramel #FFD694
RGB
CMYK
RGB Variations
Color information
#FFD694 (or 0xFFD694) is known color: Caramel. HEX triplet: FF, D6 and 94. RGB value is (255,214,148). Sum of RGB (Red+Green+Blue) = 255+214+148=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD694 is #00296B. Grayscale: #DBDBDB. Windows color (decimal): -10604 or 9754367. OLE color: 9754367.
HSL color Cylindrical-coordinate representation of color #FFD694: hue angle of 37.01º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFD694 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 148 | - |
| CMYK | 0 | 0.16 | 0.42 | 0 |
| HSL | 37.01º | 1% | 0.79% | - |
| HSV(B) | 37.01º | 0.42% | 1% | - |
| XYZ | 70.63 | 71.49 | 38.09 | - |
| YUV | 218.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 148 | 0 | 0.16 | 0.42 | 0 | 37.01 | 1 | 0.79 |
| Hex | FF | D6 | 94 | 0 | 10 | 2A | 0 | 25 | 64 | 4F |
| Octal | 377 | 326 | 224 | 0 | 20 | 52 | 0 | 45 | 144 | 117 |
| Binary | 11111111 | 11010110 | 10010100 | 0 | 10000 | 101010 | 0 | 100101 | 1100100 | 1001111 |
Color Harmonies of #FFD694
Complementary color
Monochromatic Colors of #FFD694
Black with #FFD694
Text Example
Text Example
White with #FFD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD694; }
p { color: rgb(255,214,148); }
H1.HeaderClassName
{
color: #FFD694;
}
.AnyTagClassName
{
color: #FFD694;
}
</style>
background-color css
<style>
a { background-color: #FFD694; }
a { background-color: rgb(255,214,148); }
div.DivClassName
{
background-color: #FFD694;
}
.BgClassName
{
background-color: #FFD694;
}
</style>
border-color css
<style>
span { border-color: #FFD694; }
span { border-color: rgb(255,214,148); }
td.TdClassName
{
border-color: #FFD694;
}
.TagClassName
{
border-color: #FFD694;
}
</style>