Shades of Caramel #FFD69B
Tints of Caramel #FFD69B
RGB
CMYK
RGB Variations
Color information
#FFD69B (or 0xFFD69B) is known color: Caramel. HEX triplet: FF, D6 and 9B. RGB value is (255,214,155). Sum of RGB (Red+Green+Blue) = 255+214+155=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD69B is #002964. Grayscale: #DBDBDB. Windows color (decimal): -10597 or 10213119. OLE color: 10213119.
HSL color Cylindrical-coordinate representation of color #FFD69B: hue angle of 35.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 #FFD69B is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 155 | - |
| CMYK | 0 | 0.16 | 0.39 | 0 |
| HSL | 35.4º | 1% | 0.8% | - |
| HSV(B) | 35.4º | 0.39% | 1% | - |
| XYZ | 71.2 | 71.72 | 41.1 | - |
| YUV | 219.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 155 | 0 | 0.16 | 0.39 | 0 | 35.4 | 1 | 0.8 |
| Hex | FF | D6 | 9B | 0 | 10 | 27 | 0 | 23 | 64 | 50 |
| Octal | 377 | 326 | 233 | 0 | 20 | 47 | 0 | 43 | 144 | 120 |
| Binary | 11111111 | 11010110 | 10011011 | 0 | 10000 | 100111 | 0 | 100011 | 1100100 | 1010000 |
Color Harmonies of #FFD69B
Complementary color
Monochromatic Colors of #FFD69B
Black with #FFD69B
Text Example
Text Example
White with #FFD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD69B; }
p { color: rgb(255,214,155); }
H1.HeaderClassName
{
color: #FFD69B;
}
.AnyTagClassName
{
color: #FFD69B;
}
</style>
background-color css
<style>
a { background-color: #FFD69B; }
a { background-color: rgb(255,214,155); }
div.DivClassName
{
background-color: #FFD69B;
}
.BgClassName
{
background-color: #FFD69B;
}
</style>
border-color css
<style>
span { border-color: #FFD69B; }
span { border-color: rgb(255,214,155); }
td.TdClassName
{
border-color: #FFD69B;
}
.TagClassName
{
border-color: #FFD69B;
}
</style>