Shades of Caramel #FFD39B
Tints of Caramel #FFD39B
RGB
CMYK
RGB Variations
Color information
#FFD39B (or 0xFFD39B) is known color: Caramel. HEX triplet: FF, D3 and 9B. RGB value is (255,211,155). Sum of RGB (Red+Green+Blue) = 255+211+155=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 155 (60.94% from 255 or 24.96% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD39B is #002C64. Grayscale: #DADADA. Windows color (decimal): -11365 or 10212351. OLE color: 10212351.
HSL color Cylindrical-coordinate representation of color #FFD39B: hue angle of 33.6º 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 #FFD39B is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 155 | - |
| CMYK | 0 | 0.17 | 0.39 | 0 |
| HSL | 33.6º | 1% | 0.8% | - |
| HSV(B) | 33.6º | 0.39% | 1% | - |
| XYZ | 70.45 | 70.22 | 40.85 | - |
| YUV | 217.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 155 | 0 | 0.17 | 0.39 | 0 | 33.6 | 1 | 0.8 |
| Hex | FF | D3 | 9B | 0 | 11 | 27 | 0 | 22 | 64 | 50 |
| Octal | 377 | 323 | 233 | 0 | 21 | 47 | 0 | 42 | 144 | 120 |
| Binary | 11111111 | 11010011 | 10011011 | 0 | 10001 | 100111 | 0 | 100010 | 1100100 | 1010000 |
Color Harmonies of #FFD39B
Complementary color
Monochromatic Colors of #FFD39B
Black with #FFD39B
Text Example
Text Example
White with #FFD39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD39B; }
p { color: rgb(255,211,155); }
H1.HeaderClassName
{
color: #FFD39B;
}
.AnyTagClassName
{
color: #FFD39B;
}
</style>
background-color css
<style>
a { background-color: #FFD39B; }
a { background-color: rgb(255,211,155); }
div.DivClassName
{
background-color: #FFD39B;
}
.BgClassName
{
background-color: #FFD39B;
}
</style>
border-color css
<style>
span { border-color: #FFD39B; }
span { border-color: rgb(255,211,155); }
td.TdClassName
{
border-color: #FFD39B;
}
.TagClassName
{
border-color: #FFD39B;
}
</style>