Shades of Caramel #FDD68D
Tints of Caramel #FDD68D
RGB
CMYK
RGB Variations
Color information
#FDD68D (or 0xFDD68D) is known color: Caramel. HEX triplet: FD, D6 and 8D. RGB value is (253,214,141). Sum of RGB (Red+Green+Blue) = 253+214+141=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD68D is #022972. Grayscale: #D9D9D9. Windows color (decimal): -141683 or 9295613. OLE color: 9295613.
HSL color Cylindrical-coordinate representation of color #FDD68D: hue angle of 39.11º 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 #FDD68D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 141 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 39.11º | 0.97% | 0.77% | - |
| HSV(B) | 39.11º | 0.44% | 0.99% | - |
| XYZ | 69.36 | 70.9 | 35.23 | - |
| YUV | 217.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 141 | 0 | 0.15 | 0.44 | 0.01 | 39.11 | 0.97 | 0.77 |
| Hex | FD | D6 | 8D | 0 | F | 2C | 1 | 27 | 61 | 4D |
| Octal | 375 | 326 | 215 | 0 | 17 | 54 | 1 | 47 | 141 | 115 |
| Binary | 11111101 | 11010110 | 10001101 | 0 | 1111 | 101100 | 1 | 100111 | 1100001 | 1001101 |
Color Harmonies of #FDD68D
Complementary color
Monochromatic Colors of #FDD68D
Black with #FDD68D
Text Example
Text Example
White with #FDD68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD68D; }
p { color: rgb(253,214,141); }
H1.HeaderClassName
{
color: #FDD68D;
}
.AnyTagClassName
{
color: #FDD68D;
}
</style>
background-color css
<style>
a { background-color: #FDD68D; }
a { background-color: rgb(253,214,141); }
div.DivClassName
{
background-color: #FDD68D;
}
.BgClassName
{
background-color: #FDD68D;
}
</style>
border-color css
<style>
span { border-color: #FDD68D; }
span { border-color: rgb(253,214,141); }
td.TdClassName
{
border-color: #FDD68D;
}
.TagClassName
{
border-color: #FDD68D;
}
</style>