Shades of Caramel #FFD28D
Tints of Caramel #FFD28D
RGB
CMYK
RGB Variations
Color information
#FFD28D (or 0xFFD28D) is known color: Caramel. HEX triplet: FF, D2 and 8D. RGB value is (255,210,141). Sum of RGB (Red+Green+Blue) = 255+210+141=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD28D is #002D72. Grayscale: #D7D7D7. Windows color (decimal): -11635 or 9294591. OLE color: 9294591.
HSL color Cylindrical-coordinate representation of color #FFD28D: hue angle of 36.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD28D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 141 | - |
| CMYK | 0 | 0.18 | 0.45 | 0 |
| HSL | 36.32º | 1% | 0.78% | - |
| HSV(B) | 36.32º | 0.45% | 1% | - |
| XYZ | 69.09 | 69.28 | 34.93 | - |
| YUV | 215.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 141 | 0 | 0.18 | 0.45 | 0 | 36.32 | 1 | 0.78 |
| Hex | FF | D2 | 8D | 0 | 12 | 2D | 0 | 24 | 64 | 4E |
| Octal | 377 | 322 | 215 | 0 | 22 | 55 | 0 | 44 | 144 | 116 |
| Binary | 11111111 | 11010010 | 10001101 | 0 | 10010 | 101101 | 0 | 100100 | 1100100 | 1001110 |
Color Harmonies of #FFD28D
Complementary color
Monochromatic Colors of #FFD28D
Black with #FFD28D
Text Example
Text Example
White with #FFD28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD28D; }
p { color: rgb(255,210,141); }
H1.HeaderClassName
{
color: #FFD28D;
}
.AnyTagClassName
{
color: #FFD28D;
}
</style>
background-color css
<style>
a { background-color: #FFD28D; }
a { background-color: rgb(255,210,141); }
div.DivClassName
{
background-color: #FFD28D;
}
.BgClassName
{
background-color: #FFD28D;
}
</style>
border-color css
<style>
span { border-color: #FFD28D; }
span { border-color: rgb(255,210,141); }
td.TdClassName
{
border-color: #FFD28D;
}
.TagClassName
{
border-color: #FFD28D;
}
</style>