Shades of Caramel #FFDA8D
Tints of Caramel #FFDA8D
RGB
CMYK
RGB Variations
Color information
#FFDA8D (or 0xFFDA8D) is known color: Caramel. HEX triplet: FF, DA and 8D. RGB value is (255,218,141). Sum of RGB (Red+Green+Blue) = 255+218+141=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA8D is #002572. Grayscale: #DCDCDC. Windows color (decimal): -9587 or 9296639. OLE color: 9296639.
HSL color Cylindrical-coordinate representation of color #FFDA8D: hue angle of 40.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFDA8D is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 141 | - |
| CMYK | 0 | 0.15 | 0.45 | 0 |
| HSL | 40.53º | 1% | 0.78% | - |
| HSV(B) | 40.53º | 0.45% | 1% | - |
| XYZ | 71.12 | 73.33 | 35.6 | - |
| YUV | 220.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 141 | 0 | 0.15 | 0.45 | 0 | 40.53 | 1 | 0.78 |
| Hex | FF | DA | 8D | 0 | F | 2D | 0 | 29 | 64 | 4E |
| Octal | 377 | 332 | 215 | 0 | 17 | 55 | 0 | 51 | 144 | 116 |
| Binary | 11111111 | 11011010 | 10001101 | 0 | 1111 | 101101 | 0 | 101001 | 1100100 | 1001110 |
Color Harmonies of #FFDA8D
Complementary color
Monochromatic Colors of #FFDA8D
Black with #FFDA8D
Text Example
Text Example
White with #FFDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA8D; }
p { color: rgb(255,218,141); }
H1.HeaderClassName
{
color: #FFDA8D;
}
.AnyTagClassName
{
color: #FFDA8D;
}
</style>
background-color css
<style>
a { background-color: #FFDA8D; }
a { background-color: rgb(255,218,141); }
div.DivClassName
{
background-color: #FFDA8D;
}
.BgClassName
{
background-color: #FFDA8D;
}
</style>
border-color css
<style>
span { border-color: #FFDA8D; }
span { border-color: rgb(255,218,141); }
td.TdClassName
{
border-color: #FFDA8D;
}
.TagClassName
{
border-color: #FFDA8D;
}
</style>