Shades of Caramel #FDD69B
Tints of Caramel #FDD69B
RGB
CMYK
RGB Variations
Color information
#FDD69B (or 0xFDD69B) is known color: Caramel. HEX triplet: FD, D6 and 9B. RGB value is (253,214,155). Sum of RGB (Red+Green+Blue) = 253+214+155=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD69B is #022964. Grayscale: #DBDBDB. Windows color (decimal): -141669 or 10213117. OLE color: 10213117.
HSL color Cylindrical-coordinate representation of color #FDD69B: hue angle of 36.12º 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 #FDD69B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 155 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.01 |
| HSL | 36.12º | 0.96% | 0.8% | - |
| HSV(B) | 36.12º | 0.39% | 0.99% | - |
| XYZ | 70.47 | 71.34 | 41.07 | - |
| YUV | 218.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 155 | 0 | 0.15 | 0.39 | 0.01 | 36.12 | 0.96 | 0.8 |
| Hex | FD | D6 | 9B | 0 | F | 27 | 1 | 24 | 60 | 50 |
| Octal | 375 | 326 | 233 | 0 | 17 | 47 | 1 | 44 | 140 | 120 |
| Binary | 11111101 | 11010110 | 10011011 | 0 | 1111 | 100111 | 1 | 100100 | 1100000 | 1010000 |
Color Harmonies of #FDD69B
Complementary color
Monochromatic Colors of #FDD69B
Black with #FDD69B
Text Example
Text Example
White with #FDD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD69B; }
p { color: rgb(253,214,155); }
H1.HeaderClassName
{
color: #FDD69B;
}
.AnyTagClassName
{
color: #FDD69B;
}
</style>
background-color css
<style>
a { background-color: #FDD69B; }
a { background-color: rgb(253,214,155); }
div.DivClassName
{
background-color: #FDD69B;
}
.BgClassName
{
background-color: #FDD69B;
}
</style>
border-color css
<style>
span { border-color: #FDD69B; }
span { border-color: rgb(253,214,155); }
td.TdClassName
{
border-color: #FDD69B;
}
.TagClassName
{
border-color: #FDD69B;
}
</style>