Shades of Caramel #FFD29A
Tints of Caramel #FFD29A
RGB
CMYK
RGB Variations
Color information
#FFD29A (or 0xFFD29A) is known color: Caramel. HEX triplet: FF, D2 and 9A. RGB value is (255,210,154). Sum of RGB (Red+Green+Blue) = 255+210+154=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD29A is #002D65. Grayscale: #D9D9D9. Windows color (decimal): -11622 or 10146559. OLE color: 10146559.
HSL color Cylindrical-coordinate representation of color #FFD29A: hue angle of 33.27º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFD29A is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 154 | - |
| CMYK | 0 | 0.18 | 0.40 | 0 |
| HSL | 33.27º | 1% | 0.8% | - |
| HSV(B) | 33.27º | 0.4% | 1% | - |
| XYZ | 70.12 | 69.69 | 40.33 | - |
| YUV | 217.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 154 | 0 | 0.18 | 0.40 | 0 | 33.27 | 1 | 0.8 |
| Hex | FF | D2 | 9A | 0 | 12 | 28 | 0 | 21 | 64 | 50 |
| Octal | 377 | 322 | 232 | 0 | 22 | 50 | 0 | 41 | 144 | 120 |
| Binary | 11111111 | 11010010 | 10011010 | 0 | 10010 | 101000 | 0 | 100001 | 1100100 | 1010000 |
Color Harmonies of #FFD29A
Complementary color
Monochromatic Colors of #FFD29A
Black with #FFD29A
Text Example
Text Example
White with #FFD29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD29A; }
p { color: rgb(255,210,154); }
H1.HeaderClassName
{
color: #FFD29A;
}
.AnyTagClassName
{
color: #FFD29A;
}
</style>
background-color css
<style>
a { background-color: #FFD29A; }
a { background-color: rgb(255,210,154); }
div.DivClassName
{
background-color: #FFD29A;
}
.BgClassName
{
background-color: #FFD29A;
}
</style>
border-color css
<style>
span { border-color: #FFD29A; }
span { border-color: rgb(255,210,154); }
td.TdClassName
{
border-color: #FFD29A;
}
.TagClassName
{
border-color: #FFD29A;
}
</style>