Shades of Caramel #FDD89B
Tints of Caramel #FDD89B
RGB
CMYK
RGB Variations
Color information
#FDD89B (or 0xFDD89B) is known color: Caramel. HEX triplet: FD, D8 and 9B. RGB value is (253,216,155). Sum of RGB (Red+Green+Blue) = 253+216+155=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD89B is #022764. Grayscale: #DCDCDC. Windows color (decimal): -141157 or 10213629. OLE color: 10213629.
HSL color Cylindrical-coordinate representation of color #FDD89B: hue angle of 37.35º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDD89B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 155 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.01 |
| HSL | 37.35º | 0.96% | 0.8% | - |
| HSV(B) | 37.35º | 0.39% | 0.99% | - |
| XYZ | 70.98 | 72.36 | 41.24 | - |
| YUV | 220.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 155 | 0 | 0.15 | 0.39 | 0.01 | 37.35 | 0.96 | 0.8 |
| Hex | FD | D8 | 9B | 0 | F | 27 | 1 | 25 | 60 | 50 |
| Octal | 375 | 330 | 233 | 0 | 17 | 47 | 1 | 45 | 140 | 120 |
| Binary | 11111101 | 11011000 | 10011011 | 0 | 1111 | 100111 | 1 | 100101 | 1100000 | 1010000 |
Color Harmonies of #FDD89B
Complementary color
Monochromatic Colors of #FDD89B
Black with #FDD89B
Text Example
Text Example
White with #FDD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD89B; }
p { color: rgb(253,216,155); }
H1.HeaderClassName
{
color: #FDD89B;
}
.AnyTagClassName
{
color: #FDD89B;
}
</style>
background-color css
<style>
a { background-color: #FDD89B; }
a { background-color: rgb(253,216,155); }
div.DivClassName
{
background-color: #FDD89B;
}
.BgClassName
{
background-color: #FDD89B;
}
</style>
border-color css
<style>
span { border-color: #FDD89B; }
span { border-color: rgb(253,216,155); }
td.TdClassName
{
border-color: #FDD89B;
}
.TagClassName
{
border-color: #FDD89B;
}
</style>