Shades of Caramel #FFDA93
Tints of Caramel #FFDA93
RGB
CMYK
RGB Variations
Color information
#FFDA93 (or 0xFFDA93) is known color: Caramel. HEX triplet: FF, DA and 93. RGB value is (255,218,147). Sum of RGB (Red+Green+Blue) = 255+218+147=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 147 (57.81% from 255 or 23.71% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA93 is #00256C. Grayscale: #DDDDDD. Windows color (decimal): -9581 or 9689855. OLE color: 9689855.
HSL color Cylindrical-coordinate representation of color #FFDA93: hue angle of 39.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFDA93 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 147 | - |
| CMYK | 0 | 0.15 | 0.42 | 0 |
| HSL | 39.44º | 1% | 0.79% | - |
| HSV(B) | 39.44º | 0.42% | 1% | - |
| XYZ | 71.58 | 73.51 | 38.02 | - |
| YUV | 220.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 147 | 0 | 0.15 | 0.42 | 0 | 39.44 | 1 | 0.79 |
| Hex | FF | DA | 93 | 0 | F | 2A | 0 | 27 | 64 | 4F |
| Octal | 377 | 332 | 223 | 0 | 17 | 52 | 0 | 47 | 144 | 117 |
| Binary | 11111111 | 11011010 | 10010011 | 0 | 1111 | 101010 | 0 | 100111 | 1100100 | 1001111 |
Color Harmonies of #FFDA93
Complementary color
Monochromatic Colors of #FFDA93
Black with #FFDA93
Text Example
Text Example
White with #FFDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA93; }
p { color: rgb(255,218,147); }
H1.HeaderClassName
{
color: #FFDA93;
}
.AnyTagClassName
{
color: #FFDA93;
}
</style>
background-color css
<style>
a { background-color: #FFDA93; }
a { background-color: rgb(255,218,147); }
div.DivClassName
{
background-color: #FFDA93;
}
.BgClassName
{
background-color: #FFDA93;
}
</style>
border-color css
<style>
span { border-color: #FFDA93; }
span { border-color: rgb(255,218,147); }
td.TdClassName
{
border-color: #FFDA93;
}
.TagClassName
{
border-color: #FFDA93;
}
</style>