Shades of Caramel #FDD58D
Tints of Caramel #FDD58D
RGB
CMYK
RGB Variations
Color information
#FDD58D (or 0xFDD58D) is known color: Caramel. HEX triplet: FD, D5 and 8D. RGB value is (253,213,141). Sum of RGB (Red+Green+Blue) = 253+213+141=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD58D is #022A72. Grayscale: #D9D9D9. Windows color (decimal): -141939 or 9295357. OLE color: 9295357.
HSL color Cylindrical-coordinate representation of color #FDD58D: hue angle of 38.57º 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 #FDD58D is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 141 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.01 |
| HSL | 38.57º | 0.97% | 0.77% | - |
| HSV(B) | 38.57º | 0.44% | 0.99% | - |
| XYZ | 69.11 | 70.39 | 35.14 | - |
| YUV | 216.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 141 | 0 | 0.16 | 0.44 | 0.01 | 38.57 | 0.97 | 0.77 |
| Hex | FD | D5 | 8D | 0 | 10 | 2C | 1 | 27 | 61 | 4D |
| Octal | 375 | 325 | 215 | 0 | 20 | 54 | 1 | 47 | 141 | 115 |
| Binary | 11111101 | 11010101 | 10001101 | 0 | 10000 | 101100 | 1 | 100111 | 1100001 | 1001101 |
Color Harmonies of #FDD58D
Complementary color
Monochromatic Colors of #FDD58D
Black with #FDD58D
Text Example
Text Example
White with #FDD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD58D; }
p { color: rgb(253,213,141); }
H1.HeaderClassName
{
color: #FDD58D;
}
.AnyTagClassName
{
color: #FDD58D;
}
</style>
background-color css
<style>
a { background-color: #FDD58D; }
a { background-color: rgb(253,213,141); }
div.DivClassName
{
background-color: #FDD58D;
}
.BgClassName
{
background-color: #FDD58D;
}
</style>
border-color css
<style>
span { border-color: #FDD58D; }
span { border-color: rgb(253,213,141); }
td.TdClassName
{
border-color: #FDD58D;
}
.TagClassName
{
border-color: #FDD58D;
}
</style>