Shades of Caramel #FFDA98
Tints of Caramel #FFDA98
RGB
CMYK
RGB Variations
Color information
#FFDA98 (or 0xFFDA98) is known color: Caramel. HEX triplet: FF, DA and 98. RGB value is (255,218,152). Sum of RGB (Red+Green+Blue) = 255+218+152=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA98 is #002567. Grayscale: #DDDDDD. Windows color (decimal): -9576 or 10017535. OLE color: 10017535.
HSL color Cylindrical-coordinate representation of color #FFDA98: hue angle of 38.45º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFDA98 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 152 | - |
| CMYK | 0 | 0.15 | 0.40 | 0 |
| HSL | 38.45º | 1% | 0.8% | - |
| HSV(B) | 38.45º | 0.4% | 1% | - |
| XYZ | 71.98 | 73.67 | 40.13 | - |
| YUV | 221.54 | 88.76 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 152 | 0 | 0.15 | 0.40 | 0 | 38.45 | 1 | 0.8 |
| Hex | FF | DA | 98 | 0 | F | 28 | 0 | 26 | 64 | 50 |
| Octal | 377 | 332 | 230 | 0 | 17 | 50 | 0 | 46 | 144 | 120 |
| Binary | 11111111 | 11011010 | 10011000 | 0 | 1111 | 101000 | 0 | 100110 | 1100100 | 1010000 |
Color Harmonies of #FFDA98
Complementary color
Monochromatic Colors of #FFDA98
Black with #FFDA98
Text Example
Text Example
White with #FFDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA98; }
p { color: rgb(255,218,152); }
H1.HeaderClassName
{
color: #FFDA98;
}
.AnyTagClassName
{
color: #FFDA98;
}
</style>
background-color css
<style>
a { background-color: #FFDA98; }
a { background-color: rgb(255,218,152); }
div.DivClassName
{
background-color: #FFDA98;
}
.BgClassName
{
background-color: #FFDA98;
}
</style>
border-color css
<style>
span { border-color: #FFDA98; }
span { border-color: rgb(255,218,152); }
td.TdClassName
{
border-color: #FFDA98;
}
.TagClassName
{
border-color: #FFDA98;
}
</style>