Shades of Caramel #FFDB9A
Tints of Caramel #FFDB9A
RGB
CMYK
RGB Variations
Color information
#FFDB9A (or 0xFFDB9A) is known color: Caramel. HEX triplet: FF, DB and 9A. RGB value is (255,219,154). Sum of RGB (Red+Green+Blue) = 255+219+154=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB9A is #002465. Grayscale: #DEDEDE. Windows color (decimal): -9318 or 10148863. OLE color: 10148863.
HSL color Cylindrical-coordinate representation of color #FFDB9A: hue angle of 38.61º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFDB9A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 154 | - |
| CMYK | 0 | 0.14 | 0.40 | 0 |
| HSL | 38.61º | 1% | 0.8% | - |
| HSV(B) | 38.61º | 0.4% | 1% | - |
| XYZ | 72.4 | 74.26 | 41.09 | - |
| YUV | 222.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 154 | 0 | 0.14 | 0.40 | 0 | 38.61 | 1 | 0.8 |
| Hex | FF | DB | 9A | 0 | E | 28 | 0 | 27 | 64 | 50 |
| Octal | 377 | 333 | 232 | 0 | 16 | 50 | 0 | 47 | 144 | 120 |
| Binary | 11111111 | 11011011 | 10011010 | 0 | 1110 | 101000 | 0 | 100111 | 1100100 | 1010000 |
Color Harmonies of #FFDB9A
Complementary color
Monochromatic Colors of #FFDB9A
Black with #FFDB9A
Text Example
Text Example
White with #FFDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB9A; }
p { color: rgb(255,219,154); }
H1.HeaderClassName
{
color: #FFDB9A;
}
.AnyTagClassName
{
color: #FFDB9A;
}
</style>
background-color css
<style>
a { background-color: #FFDB9A; }
a { background-color: rgb(255,219,154); }
div.DivClassName
{
background-color: #FFDB9A;
}
.BgClassName
{
background-color: #FFDB9A;
}
</style>
border-color css
<style>
span { border-color: #FFDB9A; }
span { border-color: rgb(255,219,154); }
td.TdClassName
{
border-color: #FFDB9A;
}
.TagClassName
{
border-color: #FFDB9A;
}
</style>