Shades of Caramel #FFD29D
Tints of Caramel #FFD29D
RGB
CMYK
RGB Variations
Color information
#FFD29D (or 0xFFD29D) is known color: Caramel. HEX triplet: FF, D2 and 9D. RGB value is (255,210,157). Sum of RGB (Red+Green+Blue) = 255+210+157=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD29D is #002D62. Grayscale: #D9D9D9. Windows color (decimal): -11619 or 10343167. OLE color: 10343167.
HSL color Cylindrical-coordinate representation of color #FFD29D: hue angle of 32.45º 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 #FFD29D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 157 | - |
| CMYK | 0 | 0.18 | 0.38 | 0 |
| HSL | 32.45º | 1% | 0.81% | - |
| HSV(B) | 32.45º | 0.38% | 1% | - |
| XYZ | 70.37 | 69.79 | 41.66 | - |
| YUV | 217.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 157 | 0 | 0.18 | 0.38 | 0 | 32.45 | 1 | 0.81 |
| Hex | FF | D2 | 9D | 0 | 12 | 26 | 0 | 20 | 64 | 51 |
| Octal | 377 | 322 | 235 | 0 | 22 | 46 | 0 | 40 | 144 | 121 |
| Binary | 11111111 | 11010010 | 10011101 | 0 | 10010 | 100110 | 0 | 100000 | 1100100 | 1010001 |
Color Harmonies of #FFD29D
Complementary color
Monochromatic Colors of #FFD29D
Black with #FFD29D
Text Example
Text Example
White with #FFD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD29D; }
p { color: rgb(255,210,157); }
H1.HeaderClassName
{
color: #FFD29D;
}
.AnyTagClassName
{
color: #FFD29D;
}
</style>
background-color css
<style>
a { background-color: #FFD29D; }
a { background-color: rgb(255,210,157); }
div.DivClassName
{
background-color: #FFD29D;
}
.BgClassName
{
background-color: #FFD29D;
}
</style>
border-color css
<style>
span { border-color: #FFD29D; }
span { border-color: rgb(255,210,157); }
td.TdClassName
{
border-color: #FFD29D;
}
.TagClassName
{
border-color: #FFD29D;
}
</style>