Shades of Caramel #FDD59D
Tints of Caramel #FDD59D
RGB
CMYK
RGB Variations
Color information
#FDD59D (or 0xFDD59D) is known color: Caramel. HEX triplet: FD, D5 and 9D. RGB value is (253,213,157). Sum of RGB (Red+Green+Blue) = 253+213+157=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD59D is #022A62. Grayscale: #DADADA. Windows color (decimal): -141923 or 10343933. OLE color: 10343933.
HSL color Cylindrical-coordinate representation of color #FDD59D: hue angle of 35º 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 #FDD59D is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 157 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.01 |
| HSL | 35º | 0.96% | 0.8% | - |
| HSV(B) | 35º | 0.38% | 0.99% | - |
| XYZ | 70.39 | 70.91 | 41.87 | - |
| YUV | 218.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 157 | 0 | 0.16 | 0.38 | 0.01 | 35 | 0.96 | 0.8 |
| Hex | FD | D5 | 9D | 0 | 10 | 26 | 1 | 23 | 60 | 50 |
| Octal | 375 | 325 | 235 | 0 | 20 | 46 | 1 | 43 | 140 | 120 |
| Binary | 11111101 | 11010101 | 10011101 | 0 | 10000 | 100110 | 1 | 100011 | 1100000 | 1010000 |
Color Harmonies of #FDD59D
Complementary color
Monochromatic Colors of #FDD59D
Black with #FDD59D
Text Example
Text Example
White with #FDD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD59D; }
p { color: rgb(253,213,157); }
H1.HeaderClassName
{
color: #FDD59D;
}
.AnyTagClassName
{
color: #FDD59D;
}
</style>
background-color css
<style>
a { background-color: #FDD59D; }
a { background-color: rgb(253,213,157); }
div.DivClassName
{
background-color: #FDD59D;
}
.BgClassName
{
background-color: #FDD59D;
}
</style>
border-color css
<style>
span { border-color: #FDD59D; }
span { border-color: rgb(253,213,157); }
td.TdClassName
{
border-color: #FDD59D;
}
.TagClassName
{
border-color: #FDD59D;
}
</style>