Shades of Caramel #FFDB93
Tints of Caramel #FFDB93
RGB
CMYK
RGB Variations
Color information
#FFDB93 (or 0xFFDB93) is known color: Caramel. HEX triplet: FF, DB and 93. RGB value is (255,219,147). Sum of RGB (Red+Green+Blue) = 255+219+147=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB93 is #00246C. Grayscale: #DDDDDD. Windows color (decimal): -9325 or 9690111. OLE color: 9690111.
HSL color Cylindrical-coordinate representation of color #FFDB93: hue angle of 40º 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 #FFDB93 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 147 | - |
| CMYK | 0 | 0.14 | 0.42 | 0 |
| HSL | 40º | 1% | 0.79% | - |
| HSV(B) | 40º | 0.42% | 1% | - |
| XYZ | 71.84 | 74.03 | 38.11 | - |
| YUV | 221.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 147 | 0 | 0.14 | 0.42 | 0 | 40 | 1 | 0.79 |
| Hex | FF | DB | 93 | 0 | E | 2A | 0 | 28 | 64 | 4F |
| Octal | 377 | 333 | 223 | 0 | 16 | 52 | 0 | 50 | 144 | 117 |
| Binary | 11111111 | 11011011 | 10010011 | 0 | 1110 | 101010 | 0 | 101000 | 1100100 | 1001111 |
Color Harmonies of #FFDB93
Complementary color
Monochromatic Colors of #FFDB93
Black with #FFDB93
Text Example
Text Example
White with #FFDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB93; }
p { color: rgb(255,219,147); }
H1.HeaderClassName
{
color: #FFDB93;
}
.AnyTagClassName
{
color: #FFDB93;
}
</style>
background-color css
<style>
a { background-color: #FFDB93; }
a { background-color: rgb(255,219,147); }
div.DivClassName
{
background-color: #FFDB93;
}
.BgClassName
{
background-color: #FFDB93;
}
</style>
border-color css
<style>
span { border-color: #FFDB93; }
span { border-color: rgb(255,219,147); }
td.TdClassName
{
border-color: #FFDB93;
}
.TagClassName
{
border-color: #FFDB93;
}
</style>