Shades of Caramel #FFD28E
Tints of Caramel #FFD28E
RGB
CMYK
RGB Variations
Color information
#FFD28E (or 0xFFD28E) is known color: Caramel. HEX triplet: FF, D2 and 8E. RGB value is (255,210,142). Sum of RGB (Red+Green+Blue) = 255+210+142=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD28E is #002D71. Grayscale: #D8D8D8. Windows color (decimal): -11634 or 9360127. OLE color: 9360127.
HSL color Cylindrical-coordinate representation of color #FFD28E: hue angle of 36.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFD28E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 142 | - |
| CMYK | 0 | 0.18 | 0.44 | 0 |
| HSL | 36.11º | 1% | 0.78% | - |
| HSV(B) | 36.11º | 0.44% | 1% | - |
| XYZ | 69.17 | 69.31 | 35.32 | - |
| YUV | 215.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 142 | 0 | 0.18 | 0.44 | 0 | 36.11 | 1 | 0.78 |
| Hex | FF | D2 | 8E | 0 | 12 | 2C | 0 | 24 | 64 | 4E |
| Octal | 377 | 322 | 216 | 0 | 22 | 54 | 0 | 44 | 144 | 116 |
| Binary | 11111111 | 11010010 | 10001110 | 0 | 10010 | 101100 | 0 | 100100 | 1100100 | 1001110 |
Color Harmonies of #FFD28E
Complementary color
Monochromatic Colors of #FFD28E
Black with #FFD28E
Text Example
Text Example
White with #FFD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD28E; }
p { color: rgb(255,210,142); }
H1.HeaderClassName
{
color: #FFD28E;
}
.AnyTagClassName
{
color: #FFD28E;
}
</style>
background-color css
<style>
a { background-color: #FFD28E; }
a { background-color: rgb(255,210,142); }
div.DivClassName
{
background-color: #FFD28E;
}
.BgClassName
{
background-color: #FFD28E;
}
</style>
border-color css
<style>
span { border-color: #FFD28E; }
span { border-color: rgb(255,210,142); }
td.TdClassName
{
border-color: #FFD28E;
}
.TagClassName
{
border-color: #FFD28E;
}
</style>