Shades of Caramel #FDDB9A
Tints of Caramel #FDDB9A
RGB
CMYK
RGB Variations
Color information
#FDDB9A (or 0xFDDB9A) is known color: Caramel. HEX triplet: FD, DB and 9A. RGB value is (253,219,154). Sum of RGB (Red+Green+Blue) = 253+219+154=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB9A is #022465. Grayscale: #DEDEDE. Windows color (decimal): -140390 or 10148861. OLE color: 10148861.
HSL color Cylindrical-coordinate representation of color #FDDB9A: hue angle of 39.39º 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 #FDDB9A is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 154 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.01 |
| HSL | 39.39º | 0.96% | 0.8% | - |
| HSV(B) | 39.39º | 0.39% | 0.99% | - |
| XYZ | 71.67 | 73.88 | 41.05 | - |
| YUV | 221.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 154 | 0 | 0.13 | 0.39 | 0.01 | 39.39 | 0.96 | 0.8 |
| Hex | FD | DB | 9A | 0 | D | 27 | 1 | 27 | 60 | 50 |
| Octal | 375 | 333 | 232 | 0 | 15 | 47 | 1 | 47 | 140 | 120 |
| Binary | 11111101 | 11011011 | 10011010 | 0 | 1101 | 100111 | 1 | 100111 | 1100000 | 1010000 |
Color Harmonies of #FDDB9A
Complementary color
Monochromatic Colors of #FDDB9A
Black with #FDDB9A
Text Example
Text Example
White with #FDDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDB9A; }
p { color: rgb(253,219,154); }
H1.HeaderClassName
{
color: #FDDB9A;
}
.AnyTagClassName
{
color: #FDDB9A;
}
</style>
background-color css
<style>
a { background-color: #FDDB9A; }
a { background-color: rgb(253,219,154); }
div.DivClassName
{
background-color: #FDDB9A;
}
.BgClassName
{
background-color: #FDDB9A;
}
</style>
border-color css
<style>
span { border-color: #FDDB9A; }
span { border-color: rgb(253,219,154); }
td.TdClassName
{
border-color: #FDDB9A;
}
.TagClassName
{
border-color: #FDDB9A;
}
</style>