Shades of Caramel #FFD78D
Tints of Caramel #FFD78D
RGB
CMYK
RGB Variations
Color information
#FFD78D (or 0xFFD78D) is known color: Caramel. HEX triplet: FF, D7 and 8D. RGB value is (255,215,141). Sum of RGB (Red+Green+Blue) = 255+215+141=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD78D is #002872. Grayscale: #DADADA. Windows color (decimal): -10355 or 9295871. OLE color: 9295871.
HSL color Cylindrical-coordinate representation of color #FFD78D: hue angle of 38.95º 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 #FFD78D is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 141 | - |
| CMYK | 0 | 0.16 | 0.45 | 0 |
| HSL | 38.95º | 1% | 0.78% | - |
| HSV(B) | 38.95º | 0.45% | 1% | - |
| XYZ | 70.35 | 71.78 | 35.35 | - |
| YUV | 218.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 141 | 0 | 0.16 | 0.45 | 0 | 38.95 | 1 | 0.78 |
| Hex | FF | D7 | 8D | 0 | 10 | 2D | 0 | 27 | 64 | 4E |
| Octal | 377 | 327 | 215 | 0 | 20 | 55 | 0 | 47 | 144 | 116 |
| Binary | 11111111 | 11010111 | 10001101 | 0 | 10000 | 101101 | 0 | 100111 | 1100100 | 1001110 |
Color Harmonies of #FFD78D
Complementary color
Monochromatic Colors of #FFD78D
Black with #FFD78D
Text Example
Text Example
White with #FFD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD78D; }
p { color: rgb(255,215,141); }
H1.HeaderClassName
{
color: #FFD78D;
}
.AnyTagClassName
{
color: #FFD78D;
}
</style>
background-color css
<style>
a { background-color: #FFD78D; }
a { background-color: rgb(255,215,141); }
div.DivClassName
{
background-color: #FFD78D;
}
.BgClassName
{
background-color: #FFD78D;
}
</style>
border-color css
<style>
span { border-color: #FFD78D; }
span { border-color: rgb(255,215,141); }
td.TdClassName
{
border-color: #FFD78D;
}
.TagClassName
{
border-color: #FFD78D;
}
</style>