Shades of Caramel #FFD391
Tints of Caramel #FFD391
RGB
CMYK
RGB Variations
Color information
#FFD391 (or 0xFFD391) is known color: Caramel. HEX triplet: FF, D3 and 91. RGB value is (255,211,145). Sum of RGB (Red+Green+Blue) = 255+211+145=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD391 is #002C6E. Grayscale: #D8D8D8. Windows color (decimal): -11375 or 9556991. OLE color: 9556991.
HSL color Cylindrical-coordinate representation of color #FFD391: hue angle of 36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFD391 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 145 | - |
| CMYK | 0 | 0.17 | 0.43 | 0 |
| HSL | 36º | 1% | 0.78% | - |
| HSV(B) | 36º | 0.43% | 1% | - |
| XYZ | 69.65 | 69.89 | 36.61 | - |
| YUV | 216.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 145 | 0 | 0.17 | 0.43 | 0 | 36 | 1 | 0.78 |
| Hex | FF | D3 | 91 | 0 | 11 | 2B | 0 | 24 | 64 | 4E |
| Octal | 377 | 323 | 221 | 0 | 21 | 53 | 0 | 44 | 144 | 116 |
| Binary | 11111111 | 11010011 | 10010001 | 0 | 10001 | 101011 | 0 | 100100 | 1100100 | 1001110 |
Color Harmonies of #FFD391
Complementary color
Monochromatic Colors of #FFD391
Black with #FFD391
Text Example
Text Example
White with #FFD391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD391; }
p { color: rgb(255,211,145); }
H1.HeaderClassName
{
color: #FFD391;
}
.AnyTagClassName
{
color: #FFD391;
}
</style>
background-color css
<style>
a { background-color: #FFD391; }
a { background-color: rgb(255,211,145); }
div.DivClassName
{
background-color: #FFD391;
}
.BgClassName
{
background-color: #FFD391;
}
</style>
border-color css
<style>
span { border-color: #FFD391; }
span { border-color: rgb(255,211,145); }
td.TdClassName
{
border-color: #FFD391;
}
.TagClassName
{
border-color: #FFD391;
}
</style>