Shades of Caramel #FFD28C
Tints of Caramel #FFD28C
RGB
CMYK
RGB Variations
Color information
#FFD28C (or 0xFFD28C) is known color: Caramel. HEX triplet: FF, D2 and 8C. RGB value is (255,210,140). Sum of RGB (Red+Green+Blue) = 255+210+140=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD28C is #002D73. Grayscale: #D7D7D7. Windows color (decimal): -11636 or 9229055. OLE color: 9229055.
HSL color Cylindrical-coordinate representation of color #FFD28C: hue angle of 36.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFD28C is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 140 | - |
| CMYK | 0 | 0.18 | 0.45 | 0 |
| HSL | 36.52º | 1% | 0.77% | - |
| HSV(B) | 36.52º | 0.45% | 1% | - |
| XYZ | 69.02 | 69.25 | 34.54 | - |
| YUV | 215.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 140 | 0 | 0.18 | 0.45 | 0 | 36.52 | 1 | 0.77 |
| Hex | FF | D2 | 8C | 0 | 12 | 2D | 0 | 25 | 64 | 4D |
| Octal | 377 | 322 | 214 | 0 | 22 | 55 | 0 | 45 | 144 | 115 |
| Binary | 11111111 | 11010010 | 10001100 | 0 | 10010 | 101101 | 0 | 100101 | 1100100 | 1001101 |
Color Harmonies of #FFD28C
Complementary color
Monochromatic Colors of #FFD28C
Black with #FFD28C
Text Example
Text Example
White with #FFD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD28C; }
p { color: rgb(255,210,140); }
H1.HeaderClassName
{
color: #FFD28C;
}
.AnyTagClassName
{
color: #FFD28C;
}
</style>
background-color css
<style>
a { background-color: #FFD28C; }
a { background-color: rgb(255,210,140); }
div.DivClassName
{
background-color: #FFD28C;
}
.BgClassName
{
background-color: #FFD28C;
}
</style>
border-color css
<style>
span { border-color: #FFD28C; }
span { border-color: rgb(255,210,140); }
td.TdClassName
{
border-color: #FFD28C;
}
.TagClassName
{
border-color: #FFD28C;
}
</style>