Shades of Caramel #FFD190
Tints of Caramel #FFD190
RGB
CMYK
RGB Variations
Color information
#FFD190 (or 0xFFD190) is known color: Caramel. HEX triplet: FF, D1 and 90. RGB value is (255,209,144). Sum of RGB (Red+Green+Blue) = 255+209+144=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD190 is #002E6F. Grayscale: #D7D7D7. Windows color (decimal): -11888 or 9490943. OLE color: 9490943.
HSL color Cylindrical-coordinate representation of color #FFD190: hue angle of 35.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFD190 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 144 | - |
| CMYK | 0 | 0.18 | 0.44 | 0 |
| HSL | 35.14º | 1% | 0.78% | - |
| HSV(B) | 35.14º | 0.44% | 1% | - |
| XYZ | 69.07 | 68.87 | 36.04 | - |
| YUV | 215.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 144 | 0 | 0.18 | 0.44 | 0 | 35.14 | 1 | 0.78 |
| Hex | FF | D1 | 90 | 0 | 12 | 2C | 0 | 23 | 64 | 4E |
| Octal | 377 | 321 | 220 | 0 | 22 | 54 | 0 | 43 | 144 | 116 |
| Binary | 11111111 | 11010001 | 10010000 | 0 | 10010 | 101100 | 0 | 100011 | 1100100 | 1001110 |
Color Harmonies of #FFD190
Complementary color
Monochromatic Colors of #FFD190
Black with #FFD190
Text Example
Text Example
White with #FFD190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD190; }
p { color: rgb(255,209,144); }
H1.HeaderClassName
{
color: #FFD190;
}
.AnyTagClassName
{
color: #FFD190;
}
</style>
background-color css
<style>
a { background-color: #FFD190; }
a { background-color: rgb(255,209,144); }
div.DivClassName
{
background-color: #FFD190;
}
.BgClassName
{
background-color: #FFD190;
}
</style>
border-color css
<style>
span { border-color: #FFD190; }
span { border-color: rgb(255,209,144); }
td.TdClassName
{
border-color: #FFD190;
}
.TagClassName
{
border-color: #FFD190;
}
</style>