Shades of Caramel #FFD890
Tints of Caramel #FFD890
RGB
CMYK
RGB Variations
Color information
#FFD890 (or 0xFFD890) is known color: Caramel. HEX triplet: FF, D8 and 90. RGB value is (255,216,144). Sum of RGB (Red+Green+Blue) = 255+216+144=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD890 is #00276F. Grayscale: #DBDBDB. Windows color (decimal): -10096 or 9492735. OLE color: 9492735.
HSL color Cylindrical-coordinate representation of color #FFD890: hue angle of 38.92º 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 #FFD890 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 144 | - |
| CMYK | 0 | 0.15 | 0.44 | 0 |
| HSL | 38.92º | 1% | 0.78% | - |
| HSV(B) | 38.92º | 0.44% | 1% | - |
| XYZ | 70.83 | 72.39 | 36.62 | - |
| YUV | 219.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 144 | 0 | 0.15 | 0.44 | 0 | 38.92 | 1 | 0.78 |
| Hex | FF | D8 | 90 | 0 | F | 2C | 0 | 27 | 64 | 4E |
| Octal | 377 | 330 | 220 | 0 | 17 | 54 | 0 | 47 | 144 | 116 |
| Binary | 11111111 | 11011000 | 10010000 | 0 | 1111 | 101100 | 0 | 100111 | 1100100 | 1001110 |
Color Harmonies of #FFD890
Complementary color
Monochromatic Colors of #FFD890
Black with #FFD890
Text Example
Text Example
White with #FFD890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD890; }
p { color: rgb(255,216,144); }
H1.HeaderClassName
{
color: #FFD890;
}
.AnyTagClassName
{
color: #FFD890;
}
</style>
background-color css
<style>
a { background-color: #FFD890; }
a { background-color: rgb(255,216,144); }
div.DivClassName
{
background-color: #FFD890;
}
.BgClassName
{
background-color: #FFD890;
}
</style>
border-color css
<style>
span { border-color: #FFD890; }
span { border-color: rgb(255,216,144); }
td.TdClassName
{
border-color: #FFD890;
}
.TagClassName
{
border-color: #FFD890;
}
</style>