Shades of Caramel #FFD29E
Tints of Caramel #FFD29E
RGB
CMYK
RGB Variations
Color information
#FFD29E (or 0xFFD29E) is known color: Caramel. HEX triplet: FF, D2 and 9E. RGB value is (255,210,158). Sum of RGB (Red+Green+Blue) = 255+210+158=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD29E is #002D61. Grayscale: #D9D9D9. Windows color (decimal): -11618 or 10408703. OLE color: 10408703.
HSL color Cylindrical-coordinate representation of color #FFD29E: hue angle of 32.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFD29E is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 158 | - |
| CMYK | 0 | 0.18 | 0.38 | 0 |
| HSL | 32.16º | 1% | 0.81% | - |
| HSV(B) | 32.16º | 0.38% | 1% | - |
| XYZ | 70.46 | 69.82 | 42.11 | - |
| YUV | 217.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 158 | 0 | 0.18 | 0.38 | 0 | 32.16 | 1 | 0.81 |
| Hex | FF | D2 | 9E | 0 | 12 | 26 | 0 | 20 | 64 | 51 |
| Octal | 377 | 322 | 236 | 0 | 22 | 46 | 0 | 40 | 144 | 121 |
| Binary | 11111111 | 11010010 | 10011110 | 0 | 10010 | 100110 | 0 | 100000 | 1100100 | 1010001 |
Color Harmonies of #FFD29E
Complementary color
Monochromatic Colors of #FFD29E
Black with #FFD29E
Text Example
Text Example
White with #FFD29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD29E; }
p { color: rgb(255,210,158); }
H1.HeaderClassName
{
color: #FFD29E;
}
.AnyTagClassName
{
color: #FFD29E;
}
</style>
background-color css
<style>
a { background-color: #FFD29E; }
a { background-color: rgb(255,210,158); }
div.DivClassName
{
background-color: #FFD29E;
}
.BgClassName
{
background-color: #FFD29E;
}
</style>
border-color css
<style>
span { border-color: #FFD29E; }
span { border-color: rgb(255,210,158); }
td.TdClassName
{
border-color: #FFD29E;
}
.TagClassName
{
border-color: #FFD29E;
}
</style>