Shades of Caramel #FFDB92
Tints of Caramel #FFDB92
RGB
CMYK
RGB Variations
Color information
#FFDB92 (or 0xFFDB92) is known color: Caramel. HEX triplet: FF, DB and 92. RGB value is (255,219,146). Sum of RGB (Red+Green+Blue) = 255+219+146=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 146 (57.42% from 255 or 23.55% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB92 is #00246D. Grayscale: #DDDDDD. Windows color (decimal): -9326 or 9624575. OLE color: 9624575.
HSL color Cylindrical-coordinate representation of color #FFDB92: hue angle of 40.18º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFDB92 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 146 | - |
| CMYK | 0 | 0.14 | 0.43 | 0 |
| HSL | 40.18º | 1% | 0.79% | - |
| HSV(B) | 40.18º | 0.43% | 1% | - |
| XYZ | 71.76 | 74 | 37.7 | - |
| YUV | 221.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 146 | 0 | 0.14 | 0.43 | 0 | 40.18 | 1 | 0.79 |
| Hex | FF | DB | 92 | 0 | E | 2B | 0 | 28 | 64 | 4F |
| Octal | 377 | 333 | 222 | 0 | 16 | 53 | 0 | 50 | 144 | 117 |
| Binary | 11111111 | 11011011 | 10010010 | 0 | 1110 | 101011 | 0 | 101000 | 1100100 | 1001111 |
Color Harmonies of #FFDB92
Complementary color
Monochromatic Colors of #FFDB92
Black with #FFDB92
Text Example
Text Example
White with #FFDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB92; }
p { color: rgb(255,219,146); }
H1.HeaderClassName
{
color: #FFDB92;
}
.AnyTagClassName
{
color: #FFDB92;
}
</style>
background-color css
<style>
a { background-color: #FFDB92; }
a { background-color: rgb(255,219,146); }
div.DivClassName
{
background-color: #FFDB92;
}
.BgClassName
{
background-color: #FFDB92;
}
</style>
border-color css
<style>
span { border-color: #FFDB92; }
span { border-color: rgb(255,219,146); }
td.TdClassName
{
border-color: #FFDB92;
}
.TagClassName
{
border-color: #FFDB92;
}
</style>