Shades of Caramel #FFD48C
Tints of Caramel #FFD48C
RGB
CMYK
RGB Variations
Color information
#FFD48C (or 0xFFD48C) is known color: Caramel. HEX triplet: FF, D4 and 8C. RGB value is (255,212,140). Sum of RGB (Red+Green+Blue) = 255+212+140=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD48C is #002B73. Grayscale: #D8D8D8. Windows color (decimal): -11124 or 9229567. OLE color: 9229567.
HSL color Cylindrical-coordinate representation of color #FFD48C: hue angle of 37.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD48C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 140 | - |
| CMYK | 0 | 0.17 | 0.45 | 0 |
| HSL | 37.57º | 1% | 0.77% | - |
| HSV(B) | 37.57º | 0.45% | 1% | - |
| XYZ | 69.52 | 70.24 | 34.7 | - |
| YUV | 216.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 140 | 0 | 0.17 | 0.45 | 0 | 37.57 | 1 | 0.77 |
| Hex | FF | D4 | 8C | 0 | 11 | 2D | 0 | 26 | 64 | 4D |
| Octal | 377 | 324 | 214 | 0 | 21 | 55 | 0 | 46 | 144 | 115 |
| Binary | 11111111 | 11010100 | 10001100 | 0 | 10001 | 101101 | 0 | 100110 | 1100100 | 1001101 |
Color Harmonies of #FFD48C
Complementary color
Monochromatic Colors of #FFD48C
Black with #FFD48C
Text Example
Text Example
White with #FFD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD48C; }
p { color: rgb(255,212,140); }
H1.HeaderClassName
{
color: #FFD48C;
}
.AnyTagClassName
{
color: #FFD48C;
}
</style>
background-color css
<style>
a { background-color: #FFD48C; }
a { background-color: rgb(255,212,140); }
div.DivClassName
{
background-color: #FFD48C;
}
.BgClassName
{
background-color: #FFD48C;
}
</style>
border-color css
<style>
span { border-color: #FFD48C; }
span { border-color: rgb(255,212,140); }
td.TdClassName
{
border-color: #FFD48C;
}
.TagClassName
{
border-color: #FFD48C;
}
</style>