Shades of Caramel #FDD19C
Tints of Caramel #FDD19C
RGB
CMYK
RGB Variations
Color information
#FDD19C (or 0xFDD19C) is known color: Caramel. HEX triplet: FD, D1 and 9C. RGB value is (253,209,156). Sum of RGB (Red+Green+Blue) = 253+209+156=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD19C is #022E63. Grayscale: #D8D8D8. Windows color (decimal): -142948 or 10277373. OLE color: 10277373.
HSL color Cylindrical-coordinate representation of color #FDD19C: hue angle of 32.78º 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 #FDD19C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 156 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.01 |
| HSL | 32.78º | 0.96% | 0.8% | - |
| HSV(B) | 32.78º | 0.38% | 0.99% | - |
| XYZ | 69.31 | 68.88 | 41.1 | - |
| YUV | 216.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 156 | 0 | 0.17 | 0.38 | 0.01 | 32.78 | 0.96 | 0.8 |
| Hex | FD | D1 | 9C | 0 | 11 | 26 | 1 | 21 | 60 | 50 |
| Octal | 375 | 321 | 234 | 0 | 21 | 46 | 1 | 41 | 140 | 120 |
| Binary | 11111101 | 11010001 | 10011100 | 0 | 10001 | 100110 | 1 | 100001 | 1100000 | 1010000 |
Color Harmonies of #FDD19C
Complementary color
Monochromatic Colors of #FDD19C
Black with #FDD19C
Text Example
Text Example
White with #FDD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD19C; }
p { color: rgb(253,209,156); }
H1.HeaderClassName
{
color: #FDD19C;
}
.AnyTagClassName
{
color: #FDD19C;
}
</style>
background-color css
<style>
a { background-color: #FDD19C; }
a { background-color: rgb(253,209,156); }
div.DivClassName
{
background-color: #FDD19C;
}
.BgClassName
{
background-color: #FDD19C;
}
</style>
border-color css
<style>
span { border-color: #FDD19C; }
span { border-color: rgb(253,209,156); }
td.TdClassName
{
border-color: #FDD19C;
}
.TagClassName
{
border-color: #FDD19C;
}
</style>