Shades of Caramel #FDD88D
Tints of Caramel #FDD88D
RGB
CMYK
RGB Variations
Color information
#FDD88D (or 0xFDD88D) is known color: Caramel. HEX triplet: FD, D8 and 8D. RGB value is (253,216,141). Sum of RGB (Red+Green+Blue) = 253+216+141=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD88D is #022772. Grayscale: #DADADA. Windows color (decimal): -141171 or 9296125. OLE color: 9296125.
HSL color Cylindrical-coordinate representation of color #FDD88D: hue angle of 40.18º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDD88D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 141 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 40.18º | 0.97% | 0.77% | - |
| HSV(B) | 40.18º | 0.44% | 0.99% | - |
| XYZ | 69.87 | 71.92 | 35.4 | - |
| YUV | 218.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 141 | 0 | 0.15 | 0.44 | 0.01 | 40.18 | 0.97 | 0.77 |
| Hex | FD | D8 | 8D | 0 | F | 2C | 1 | 28 | 61 | 4D |
| Octal | 375 | 330 | 215 | 0 | 17 | 54 | 1 | 50 | 141 | 115 |
| Binary | 11111101 | 11011000 | 10001101 | 0 | 1111 | 101100 | 1 | 101000 | 1100001 | 1001101 |
Color Harmonies of #FDD88D
Complementary color
Monochromatic Colors of #FDD88D
Black with #FDD88D
Text Example
Text Example
White with #FDD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD88D; }
p { color: rgb(253,216,141); }
H1.HeaderClassName
{
color: #FDD88D;
}
.AnyTagClassName
{
color: #FDD88D;
}
</style>
background-color css
<style>
a { background-color: #FDD88D; }
a { background-color: rgb(253,216,141); }
div.DivClassName
{
background-color: #FDD88D;
}
.BgClassName
{
background-color: #FDD88D;
}
</style>
border-color css
<style>
span { border-color: #FDD88D; }
span { border-color: rgb(253,216,141); }
td.TdClassName
{
border-color: #FDD88D;
}
.TagClassName
{
border-color: #FDD88D;
}
</style>