Shades of Caramel #FFD49B
Tints of Caramel #FFD49B
RGB
CMYK
RGB Variations
Color information
#FFD49B (or 0xFFD49B) is known color: Caramel. HEX triplet: FF, D4 and 9B. RGB value is (255,212,155). Sum of RGB (Red+Green+Blue) = 255+212+155=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD49B is #002B64. Grayscale: #DADADA. Windows color (decimal): -11109 or 10212607. OLE color: 10212607.
HSL color Cylindrical-coordinate representation of color #FFD49B: hue angle of 34.2º 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 #FFD49B is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 155 | - |
| CMYK | 0 | 0.17 | 0.39 | 0 |
| HSL | 34.2º | 1% | 0.8% | - |
| HSV(B) | 34.2º | 0.39% | 1% | - |
| XYZ | 70.7 | 70.71 | 40.93 | - |
| YUV | 218.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 155 | 0 | 0.17 | 0.39 | 0 | 34.2 | 1 | 0.8 |
| Hex | FF | D4 | 9B | 0 | 11 | 27 | 0 | 22 | 64 | 50 |
| Octal | 377 | 324 | 233 | 0 | 21 | 47 | 0 | 42 | 144 | 120 |
| Binary | 11111111 | 11010100 | 10011011 | 0 | 10001 | 100111 | 0 | 100010 | 1100100 | 1010000 |
Color Harmonies of #FFD49B
Complementary color
Monochromatic Colors of #FFD49B
Black with #FFD49B
Text Example
Text Example
White with #FFD49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD49B; }
p { color: rgb(255,212,155); }
H1.HeaderClassName
{
color: #FFD49B;
}
.AnyTagClassName
{
color: #FFD49B;
}
</style>
background-color css
<style>
a { background-color: #FFD49B; }
a { background-color: rgb(255,212,155); }
div.DivClassName
{
background-color: #FFD49B;
}
.BgClassName
{
background-color: #FFD49B;
}
</style>
border-color css
<style>
span { border-color: #FFD49B; }
span { border-color: rgb(255,212,155); }
td.TdClassName
{
border-color: #FFD49B;
}
.TagClassName
{
border-color: #FFD49B;
}
</style>