Shades of Caramel #FDD78D
Tints of Caramel #FDD78D
RGB
CMYK
RGB Variations
Color information
#FDD78D (or 0xFDD78D) is known color: Caramel. HEX triplet: FD, D7 and 8D. RGB value is (253,215,141). Sum of RGB (Red+Green+Blue) = 253+215+141=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD78D is #022872. Grayscale: #DADADA. Windows color (decimal): -141427 or 9295869. OLE color: 9295869.
HSL color Cylindrical-coordinate representation of color #FDD78D: hue angle of 39.64º 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 #FDD78D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 141 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 39.64º | 0.97% | 0.77% | - |
| HSV(B) | 39.64º | 0.44% | 0.99% | - |
| XYZ | 69.62 | 71.41 | 35.31 | - |
| YUV | 217.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 141 | 0 | 0.15 | 0.44 | 0.01 | 39.64 | 0.97 | 0.77 |
| Hex | FD | D7 | 8D | 0 | F | 2C | 1 | 28 | 61 | 4D |
| Octal | 375 | 327 | 215 | 0 | 17 | 54 | 1 | 50 | 141 | 115 |
| Binary | 11111101 | 11010111 | 10001101 | 0 | 1111 | 101100 | 1 | 101000 | 1100001 | 1001101 |
Color Harmonies of #FDD78D
Complementary color
Monochromatic Colors of #FDD78D
Black with #FDD78D
Text Example
Text Example
White with #FDD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD78D; }
p { color: rgb(253,215,141); }
H1.HeaderClassName
{
color: #FDD78D;
}
.AnyTagClassName
{
color: #FDD78D;
}
</style>
background-color css
<style>
a { background-color: #FDD78D; }
a { background-color: rgb(253,215,141); }
div.DivClassName
{
background-color: #FDD78D;
}
.BgClassName
{
background-color: #FDD78D;
}
</style>
border-color css
<style>
span { border-color: #FDD78D; }
span { border-color: rgb(253,215,141); }
td.TdClassName
{
border-color: #FDD78D;
}
.TagClassName
{
border-color: #FDD78D;
}
</style>