Shades of Caramel #FDD69D
Tints of Caramel #FDD69D
RGB
CMYK
RGB Variations
Color information
#FDD69D (or 0xFDD69D) is known color: Caramel. HEX triplet: FD, D6 and 9D. RGB value is (253,214,157). Sum of RGB (Red+Green+Blue) = 253+214+157=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 157 (61.72% from 255 or 25.16% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD69D is #022962. Grayscale: #DBDBDB. Windows color (decimal): -141667 or 10344189. OLE color: 10344189.
HSL color Cylindrical-coordinate representation of color #FDD69D: hue angle of 35.62º 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 #FDD69D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 157 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.01 |
| HSL | 35.63º | 0.96% | 0.8% | - |
| HSV(B) | 35.63º | 0.38% | 0.99% | - |
| XYZ | 70.64 | 71.41 | 41.96 | - |
| YUV | 219.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 157 | 0 | 0.15 | 0.38 | 0.01 | 35.63 | 0.96 | 0.8 |
| Hex | FD | D6 | 9D | 0 | F | 26 | 1 | 24 | 60 | 50 |
| Octal | 375 | 326 | 235 | 0 | 17 | 46 | 1 | 44 | 140 | 120 |
| Binary | 11111101 | 11010110 | 10011101 | 0 | 1111 | 100110 | 1 | 100100 | 1100000 | 1010000 |
Color Harmonies of #FDD69D
Complementary color
Monochromatic Colors of #FDD69D
Black with #FDD69D
Text Example
Text Example
White with #FDD69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD69D; }
p { color: rgb(253,214,157); }
H1.HeaderClassName
{
color: #FDD69D;
}
.AnyTagClassName
{
color: #FDD69D;
}
</style>
background-color css
<style>
a { background-color: #FDD69D; }
a { background-color: rgb(253,214,157); }
div.DivClassName
{
background-color: #FDD69D;
}
.BgClassName
{
background-color: #FDD69D;
}
</style>
border-color css
<style>
span { border-color: #FDD69D; }
span { border-color: rgb(253,214,157); }
td.TdClassName
{
border-color: #FDD69D;
}
.TagClassName
{
border-color: #FDD69D;
}
</style>