Shades of Caramel #FFD18D
Tints of Caramel #FFD18D
RGB
CMYK
RGB Variations
Color information
#FFD18D (or 0xFFD18D) is known color: Caramel. HEX triplet: FF, D1 and 8D. RGB value is (255,209,141). Sum of RGB (Red+Green+Blue) = 255+209+141=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD18D is #002E72. Grayscale: #D7D7D7. Windows color (decimal): -11891 or 9294335. OLE color: 9294335.
HSL color Cylindrical-coordinate representation of color #FFD18D: hue angle of 35.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD18D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 141 | - |
| CMYK | 0 | 0.18 | 0.45 | 0 |
| HSL | 35.79º | 1% | 0.78% | - |
| HSV(B) | 35.79º | 0.45% | 1% | - |
| XYZ | 68.85 | 68.78 | 34.85 | - |
| YUV | 215 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 141 | 0 | 0.18 | 0.45 | 0 | 35.79 | 1 | 0.78 |
| Hex | FF | D1 | 8D | 0 | 12 | 2D | 0 | 24 | 64 | 4E |
| Octal | 377 | 321 | 215 | 0 | 22 | 55 | 0 | 44 | 144 | 116 |
| Binary | 11111111 | 11010001 | 10001101 | 0 | 10010 | 101101 | 0 | 100100 | 1100100 | 1001110 |
Color Harmonies of #FFD18D
Complementary color
Monochromatic Colors of #FFD18D
Black with #FFD18D
Text Example
Text Example
White with #FFD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD18D; }
p { color: rgb(255,209,141); }
H1.HeaderClassName
{
color: #FFD18D;
}
.AnyTagClassName
{
color: #FFD18D;
}
</style>
background-color css
<style>
a { background-color: #FFD18D; }
a { background-color: rgb(255,209,141); }
div.DivClassName
{
background-color: #FFD18D;
}
.BgClassName
{
background-color: #FFD18D;
}
</style>
border-color css
<style>
span { border-color: #FFD18D; }
span { border-color: rgb(255,209,141); }
td.TdClassName
{
border-color: #FFD18D;
}
.TagClassName
{
border-color: #FFD18D;
}
</style>