Shades of Caramel #FDD29D
Tints of Caramel #FDD29D
RGB
CMYK
RGB Variations
Color information
#FDD29D (or 0xFDD29D) is known color: Caramel. HEX triplet: FD, D2 and 9D. RGB value is (253,210,157). Sum of RGB (Red+Green+Blue) = 253+210+157=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD29D is #022D62. Grayscale: #D9D9D9. Windows color (decimal): -142691 or 10343165. OLE color: 10343165.
HSL color Cylindrical-coordinate representation of color #FDD29D: hue angle of 33.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDD29D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 157 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.01 |
| HSL | 33.13º | 0.96% | 0.8% | - |
| HSV(B) | 33.13º | 0.38% | 0.99% | - |
| XYZ | 69.64 | 69.41 | 41.63 | - |
| YUV | 216.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 157 | 0 | 0.17 | 0.38 | 0.01 | 33.13 | 0.96 | 0.8 |
| Hex | FD | D2 | 9D | 0 | 11 | 26 | 1 | 21 | 60 | 50 |
| Octal | 375 | 322 | 235 | 0 | 21 | 46 | 1 | 41 | 140 | 120 |
| Binary | 11111101 | 11010010 | 10011101 | 0 | 10001 | 100110 | 1 | 100001 | 1100000 | 1010000 |
Color Harmonies of #FDD29D
Complementary color
Monochromatic Colors of #FDD29D
Black with #FDD29D
Text Example
Text Example
White with #FDD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD29D; }
p { color: rgb(253,210,157); }
H1.HeaderClassName
{
color: #FDD29D;
}
.AnyTagClassName
{
color: #FDD29D;
}
</style>
background-color css
<style>
a { background-color: #FDD29D; }
a { background-color: rgb(253,210,157); }
div.DivClassName
{
background-color: #FDD29D;
}
.BgClassName
{
background-color: #FDD29D;
}
</style>
border-color css
<style>
span { border-color: #FDD29D; }
span { border-color: rgb(253,210,157); }
td.TdClassName
{
border-color: #FDD29D;
}
.TagClassName
{
border-color: #FDD29D;
}
</style>