Shades of Caramel #FFD29C
Tints of Caramel #FFD29C
RGB
CMYK
RGB Variations
Color information
#FFD29C (or 0xFFD29C) is known color: Caramel. HEX triplet: FF, D2 and 9C. RGB value is (255,210,156). Sum of RGB (Red+Green+Blue) = 255+210+156=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD29C is #002D63. Grayscale: #D9D9D9. Windows color (decimal): -11620 or 10277631. OLE color: 10277631.
HSL color Cylindrical-coordinate representation of color #FFD29C: hue angle of 32.73º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFD29C is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 156 | - |
| CMYK | 0 | 0.18 | 0.39 | 0 |
| HSL | 32.73º | 1% | 0.81% | - |
| HSV(B) | 32.73º | 0.39% | 1% | - |
| XYZ | 70.29 | 69.75 | 41.21 | - |
| YUV | 217.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 156 | 0 | 0.18 | 0.39 | 0 | 32.73 | 1 | 0.81 |
| Hex | FF | D2 | 9C | 0 | 12 | 27 | 0 | 21 | 64 | 51 |
| Octal | 377 | 322 | 234 | 0 | 22 | 47 | 0 | 41 | 144 | 121 |
| Binary | 11111111 | 11010010 | 10011100 | 0 | 10010 | 100111 | 0 | 100001 | 1100100 | 1010001 |
Color Harmonies of #FFD29C
Complementary color
Monochromatic Colors of #FFD29C
Black with #FFD29C
Text Example
Text Example
White with #FFD29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD29C; }
p { color: rgb(255,210,156); }
H1.HeaderClassName
{
color: #FFD29C;
}
.AnyTagClassName
{
color: #FFD29C;
}
</style>
background-color css
<style>
a { background-color: #FFD29C; }
a { background-color: rgb(255,210,156); }
div.DivClassName
{
background-color: #FFD29C;
}
.BgClassName
{
background-color: #FFD29C;
}
</style>
border-color css
<style>
span { border-color: #FFD29C; }
span { border-color: rgb(255,210,156); }
td.TdClassName
{
border-color: #FFD29C;
}
.TagClassName
{
border-color: #FFD29C;
}
</style>