Shades of Caramel #FFDB9B
Tints of Caramel #FFDB9B
RGB
CMYK
RGB Variations
Color information
#FFDB9B (or 0xFFDB9B) is known color: Caramel. HEX triplet: FF, DB and 9B. RGB value is (255,219,155). Sum of RGB (Red+Green+Blue) = 255+219+155=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 155 (60.94% from 255 or 24.64% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB9B is #002464. Grayscale: #DEDEDE. Windows color (decimal): -9317 or 10214399. OLE color: 10214399.
HSL color Cylindrical-coordinate representation of color #FFDB9B: hue angle of 38.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFDB9B is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 155 | - |
| CMYK | 0 | 0.14 | 0.39 | 0 |
| HSL | 38.4º | 1% | 0.8% | - |
| HSV(B) | 38.4º | 0.39% | 1% | - |
| XYZ | 72.49 | 74.29 | 41.53 | - |
| YUV | 222.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 155 | 0 | 0.14 | 0.39 | 0 | 38.4 | 1 | 0.8 |
| Hex | FF | DB | 9B | 0 | E | 27 | 0 | 26 | 64 | 50 |
| Octal | 377 | 333 | 233 | 0 | 16 | 47 | 0 | 46 | 144 | 120 |
| Binary | 11111111 | 11011011 | 10011011 | 0 | 1110 | 100111 | 0 | 100110 | 1100100 | 1010000 |
Color Harmonies of #FFDB9B
Complementary color
Monochromatic Colors of #FFDB9B
Black with #FFDB9B
Text Example
Text Example
White with #FFDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB9B; }
p { color: rgb(255,219,155); }
H1.HeaderClassName
{
color: #FFDB9B;
}
.AnyTagClassName
{
color: #FFDB9B;
}
</style>
background-color css
<style>
a { background-color: #FFDB9B; }
a { background-color: rgb(255,219,155); }
div.DivClassName
{
background-color: #FFDB9B;
}
.BgClassName
{
background-color: #FFDB9B;
}
</style>
border-color css
<style>
span { border-color: #FFDB9B; }
span { border-color: rgb(255,219,155); }
td.TdClassName
{
border-color: #FFDB9B;
}
.TagClassName
{
border-color: #FFDB9B;
}
</style>