Shades of Caramel #FFD195
Tints of Caramel #FFD195
RGB
CMYK
RGB Variations
Color information
#FFD195 (or 0xFFD195) is known color: Caramel. HEX triplet: FF, D1 and 95. RGB value is (255,209,149). Sum of RGB (Red+Green+Blue) = 255+209+149=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD195 is #002E6A. Grayscale: #D8D8D8. Windows color (decimal): -11883 or 9818623. OLE color: 9818623.
HSL color Cylindrical-coordinate representation of color #FFD195: hue angle of 33.96º 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 #FFD195 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 149 | - |
| CMYK | 0 | 0.18 | 0.42 | 0 |
| HSL | 33.96º | 1% | 0.79% | - |
| HSV(B) | 33.96º | 0.42% | 1% | - |
| XYZ | 69.47 | 69.03 | 38.1 | - |
| YUV | 215.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 149 | 0 | 0.18 | 0.42 | 0 | 33.96 | 1 | 0.79 |
| Hex | FF | D1 | 95 | 0 | 12 | 2A | 0 | 22 | 64 | 4F |
| Octal | 377 | 321 | 225 | 0 | 22 | 52 | 0 | 42 | 144 | 117 |
| Binary | 11111111 | 11010001 | 10010101 | 0 | 10010 | 101010 | 0 | 100010 | 1100100 | 1001111 |
Color Harmonies of #FFD195
Complementary color
Monochromatic Colors of #FFD195
Black with #FFD195
Text Example
Text Example
White with #FFD195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD195; }
p { color: rgb(255,209,149); }
H1.HeaderClassName
{
color: #FFD195;
}
.AnyTagClassName
{
color: #FFD195;
}
</style>
background-color css
<style>
a { background-color: #FFD195; }
a { background-color: rgb(255,209,149); }
div.DivClassName
{
background-color: #FFD195;
}
.BgClassName
{
background-color: #FFD195;
}
</style>
border-color css
<style>
span { border-color: #FFD195; }
span { border-color: rgb(255,209,149); }
td.TdClassName
{
border-color: #FFD195;
}
.TagClassName
{
border-color: #FFD195;
}
</style>