Shades of Caramel #FFD397
Tints of Caramel #FFD397
RGB
CMYK
RGB Variations
Color information
#FFD397 (or 0xFFD397) is known color: Caramel. HEX triplet: FF, D3 and 97. RGB value is (255,211,151). Sum of RGB (Red+Green+Blue) = 255+211+151=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 151 (59.38% from 255 or 24.47% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD397 is #002C68. Grayscale: #D9D9D9. Windows color (decimal): -11369 or 9950207. OLE color: 9950207.
HSL color Cylindrical-coordinate representation of color #FFD397: hue angle of 34.62º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFD397 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 151 | - |
| CMYK | 0 | 0.17 | 0.41 | 0 |
| HSL | 34.62º | 1% | 0.8% | - |
| HSV(B) | 34.62º | 0.41% | 1% | - |
| XYZ | 70.12 | 70.08 | 39.11 | - |
| YUV | 217.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 151 | 0 | 0.17 | 0.41 | 0 | 34.62 | 1 | 0.8 |
| Hex | FF | D3 | 97 | 0 | 11 | 29 | 0 | 23 | 64 | 50 |
| Octal | 377 | 323 | 227 | 0 | 21 | 51 | 0 | 43 | 144 | 120 |
| Binary | 11111111 | 11010011 | 10010111 | 0 | 10001 | 101001 | 0 | 100011 | 1100100 | 1010000 |
Color Harmonies of #FFD397
Complementary color
Monochromatic Colors of #FFD397
Black with #FFD397
Text Example
Text Example
White with #FFD397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD397; }
p { color: rgb(255,211,151); }
H1.HeaderClassName
{
color: #FFD397;
}
.AnyTagClassName
{
color: #FFD397;
}
</style>
background-color css
<style>
a { background-color: #FFD397; }
a { background-color: rgb(255,211,151); }
div.DivClassName
{
background-color: #FFD397;
}
.BgClassName
{
background-color: #FFD397;
}
</style>
border-color css
<style>
span { border-color: #FFD397; }
span { border-color: rgb(255,211,151); }
td.TdClassName
{
border-color: #FFD397;
}
.TagClassName
{
border-color: #FFD397;
}
</style>