Shades of Caramel #FFD99C
Tints of Caramel #FFD99C
RGB
CMYK
RGB Variations
Color information
#FFD99C (or 0xFFD99C) is known color: Caramel. HEX triplet: FF, D9 and 9C. RGB value is (255,217,156). Sum of RGB (Red+Green+Blue) = 255+217+156=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD99C is #002663. Grayscale: #DDDDDD. Windows color (decimal): -9828 or 10279423. OLE color: 10279423.
HSL color Cylindrical-coordinate representation of color #FFD99C: hue angle of 36.97º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFD99C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 156 | - |
| CMYK | 0 | 0.15 | 0.39 | 0 |
| HSL | 36.97º | 1% | 0.81% | - |
| HSV(B) | 36.97º | 0.39% | 1% | - |
| XYZ | 72.05 | 73.29 | 41.8 | - |
| YUV | 221.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 156 | 0 | 0.15 | 0.39 | 0 | 36.97 | 1 | 0.81 |
| Hex | FF | D9 | 9C | 0 | F | 27 | 0 | 25 | 64 | 51 |
| Octal | 377 | 331 | 234 | 0 | 17 | 47 | 0 | 45 | 144 | 121 |
| Binary | 11111111 | 11011001 | 10011100 | 0 | 1111 | 100111 | 0 | 100101 | 1100100 | 1010001 |
Color Harmonies of #FFD99C
Complementary color
Monochromatic Colors of #FFD99C
Black with #FFD99C
Text Example
Text Example
White with #FFD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD99C; }
p { color: rgb(255,217,156); }
H1.HeaderClassName
{
color: #FFD99C;
}
.AnyTagClassName
{
color: #FFD99C;
}
</style>
background-color css
<style>
a { background-color: #FFD99C; }
a { background-color: rgb(255,217,156); }
div.DivClassName
{
background-color: #FFD99C;
}
.BgClassName
{
background-color: #FFD99C;
}
</style>
border-color css
<style>
span { border-color: #FFD99C; }
span { border-color: rgb(255,217,156); }
td.TdClassName
{
border-color: #FFD99C;
}
.TagClassName
{
border-color: #FFD99C;
}
</style>