Shades of Caramel #FDD690
Tints of Caramel #FDD690
RGB
CMYK
RGB Variations
Color information
#FDD690 (or 0xFDD690) is known color: Caramel. HEX triplet: FD, D6 and 90. RGB value is (253,214,144). Sum of RGB (Red+Green+Blue) = 253+214+144=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD690 is #02296F. Grayscale: #D9D9D9. Windows color (decimal): -141680 or 9492221. OLE color: 9492221.
HSL color Cylindrical-coordinate representation of color #FDD690: hue angle of 38.53º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDD690 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 144 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.01 |
| HSL | 38.53º | 0.96% | 0.78% | - |
| HSV(B) | 38.53º | 0.43% | 0.99% | - |
| XYZ | 69.59 | 70.99 | 36.42 | - |
| YUV | 217.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 144 | 0 | 0.15 | 0.43 | 0.01 | 38.53 | 0.96 | 0.78 |
| Hex | FD | D6 | 90 | 0 | F | 2B | 1 | 27 | 60 | 4E |
| Octal | 375 | 326 | 220 | 0 | 17 | 53 | 1 | 47 | 140 | 116 |
| Binary | 11111101 | 11010110 | 10010000 | 0 | 1111 | 101011 | 1 | 100111 | 1100000 | 1001110 |
Color Harmonies of #FDD690
Complementary color
Monochromatic Colors of #FDD690
Black with #FDD690
Text Example
Text Example
White with #FDD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD690; }
p { color: rgb(253,214,144); }
H1.HeaderClassName
{
color: #FDD690;
}
.AnyTagClassName
{
color: #FDD690;
}
</style>
background-color css
<style>
a { background-color: #FDD690; }
a { background-color: rgb(253,214,144); }
div.DivClassName
{
background-color: #FDD690;
}
.BgClassName
{
background-color: #FDD690;
}
</style>
border-color css
<style>
span { border-color: #FDD690; }
span { border-color: rgb(253,214,144); }
td.TdClassName
{
border-color: #FDD690;
}
.TagClassName
{
border-color: #FDD690;
}
</style>