Shades of Caramel #FFD48D
Tints of Caramel #FFD48D
RGB
CMYK
RGB Variations
Color information
#FFD48D (or 0xFFD48D) is known color: Caramel. HEX triplet: FF, D4 and 8D. RGB value is (255,212,141). Sum of RGB (Red+Green+Blue) = 255+212+141=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD48D is #002B72. Grayscale: #D9D9D9. Windows color (decimal): -11123 or 9295103. OLE color: 9295103.
HSL color Cylindrical-coordinate representation of color #FFD48D: hue angle of 37.37º 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 #FFD48D is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 141 | - |
| CMYK | 0 | 0.17 | 0.45 | 0 |
| HSL | 37.37º | 1% | 0.78% | - |
| HSV(B) | 37.37º | 0.45% | 1% | - |
| XYZ | 69.59 | 70.27 | 35.09 | - |
| YUV | 216.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 141 | 0 | 0.17 | 0.45 | 0 | 37.37 | 1 | 0.78 |
| Hex | FF | D4 | 8D | 0 | 11 | 2D | 0 | 25 | 64 | 4E |
| Octal | 377 | 324 | 215 | 0 | 21 | 55 | 0 | 45 | 144 | 116 |
| Binary | 11111111 | 11010100 | 10001101 | 0 | 10001 | 101101 | 0 | 100101 | 1100100 | 1001110 |
Color Harmonies of #FFD48D
Complementary color
Monochromatic Colors of #FFD48D
Black with #FFD48D
Text Example
Text Example
White with #FFD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD48D; }
p { color: rgb(255,212,141); }
H1.HeaderClassName
{
color: #FFD48D;
}
.AnyTagClassName
{
color: #FFD48D;
}
</style>
background-color css
<style>
a { background-color: #FFD48D; }
a { background-color: rgb(255,212,141); }
div.DivClassName
{
background-color: #FFD48D;
}
.BgClassName
{
background-color: #FFD48D;
}
</style>
border-color css
<style>
span { border-color: #FFD48D; }
span { border-color: rgb(255,212,141); }
td.TdClassName
{
border-color: #FFD48D;
}
.TagClassName
{
border-color: #FFD48D;
}
</style>