Shades of Caramel #FFDA96
Tints of Caramel #FFDA96
RGB
CMYK
RGB Variations
Color information
#FFDA96 (or 0xFFDA96) is known color: Caramel. HEX triplet: FF, DA and 96. RGB value is (255,218,150). Sum of RGB (Red+Green+Blue) = 255+218+150=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 150 (58.98% from 255 or 24.08% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA96 is #002569. Grayscale: #DDDDDD. Windows color (decimal): -9578 or 9886463. OLE color: 9886463.
HSL color Cylindrical-coordinate representation of color #FFDA96: hue angle of 38.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFDA96 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 150 | - |
| CMYK | 0 | 0.15 | 0.41 | 0 |
| HSL | 38.86º | 1% | 0.79% | - |
| HSV(B) | 38.86º | 0.41% | 1% | - |
| XYZ | 71.82 | 73.6 | 39.28 | - |
| YUV | 221.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 150 | 0 | 0.15 | 0.41 | 0 | 38.86 | 1 | 0.79 |
| Hex | FF | DA | 96 | 0 | F | 29 | 0 | 27 | 64 | 4F |
| Octal | 377 | 332 | 226 | 0 | 17 | 51 | 0 | 47 | 144 | 117 |
| Binary | 11111111 | 11011010 | 10010110 | 0 | 1111 | 101001 | 0 | 100111 | 1100100 | 1001111 |
Color Harmonies of #FFDA96
Complementary color
Monochromatic Colors of #FFDA96
Black with #FFDA96
Text Example
Text Example
White with #FFDA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA96; }
p { color: rgb(255,218,150); }
H1.HeaderClassName
{
color: #FFDA96;
}
.AnyTagClassName
{
color: #FFDA96;
}
</style>
background-color css
<style>
a { background-color: #FFDA96; }
a { background-color: rgb(255,218,150); }
div.DivClassName
{
background-color: #FFDA96;
}
.BgClassName
{
background-color: #FFDA96;
}
</style>
border-color css
<style>
span { border-color: #FFDA96; }
span { border-color: rgb(255,218,150); }
td.TdClassName
{
border-color: #FFDA96;
}
.TagClassName
{
border-color: #FFDA96;
}
</style>