Shades of Caramel #FDD29A
Tints of Caramel #FDD29A
RGB
CMYK
RGB Variations
Color information
#FDD29A (or 0xFDD29A) is known color: Caramel. HEX triplet: FD, D2 and 9A. RGB value is (253,210,154). Sum of RGB (Red+Green+Blue) = 253+210+154=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD29A is #022D65. Grayscale: #D8D8D8. Windows color (decimal): -142694 or 10146557. OLE color: 10146557.
HSL color Cylindrical-coordinate representation of color #FDD29A: hue angle of 33.94º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDD29A is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 154 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.01 |
| HSL | 33.94º | 0.96% | 0.8% | - |
| HSV(B) | 33.94º | 0.39% | 0.99% | - |
| XYZ | 69.39 | 69.31 | 40.29 | - |
| YUV | 216.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 154 | 0 | 0.17 | 0.39 | 0.01 | 33.94 | 0.96 | 0.8 |
| Hex | FD | D2 | 9A | 0 | 11 | 27 | 1 | 22 | 60 | 50 |
| Octal | 375 | 322 | 232 | 0 | 21 | 47 | 1 | 42 | 140 | 120 |
| Binary | 11111101 | 11010010 | 10011010 | 0 | 10001 | 100111 | 1 | 100010 | 1100000 | 1010000 |
Color Harmonies of #FDD29A
Complementary color
Monochromatic Colors of #FDD29A
Black with #FDD29A
Text Example
Text Example
White with #FDD29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD29A; }
p { color: rgb(253,210,154); }
H1.HeaderClassName
{
color: #FDD29A;
}
.AnyTagClassName
{
color: #FDD29A;
}
</style>
background-color css
<style>
a { background-color: #FDD29A; }
a { background-color: rgb(253,210,154); }
div.DivClassName
{
background-color: #FDD29A;
}
.BgClassName
{
background-color: #FDD29A;
}
</style>
border-color css
<style>
span { border-color: #FDD29A; }
span { border-color: rgb(253,210,154); }
td.TdClassName
{
border-color: #FDD29A;
}
.TagClassName
{
border-color: #FDD29A;
}
</style>