Shades of Mustard #FFD852
Tints of Mustard #FFD852
RGB
CMYK
RGB Variations
Color information
#FFD852 (or 0xFFD852) is known color: Mustard. HEX triplet: FF, D8 and 52. RGB value is (255,216,82). Sum of RGB (Red+Green+Blue) = 255+216+82=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 82 (32.42% from 255 or 14.83% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD852 is #0027AD. Grayscale: #D4D4D4. Windows color (decimal): -10158 or 5429503. OLE color: 5429503.
HSL color Cylindrical-coordinate representation of color #FFD852: hue angle of 46.47º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFD852 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 82 | - |
| CMYK | 0 | 0.15 | 0.68 | 0 |
| HSL | 46.47º | 1% | 0.66% | - |
| HSV(B) | 46.47º | 0.68% | 1% | - |
| XYZ | 67.32 | 70.98 | 18.14 | - |
| YUV | 212.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 82 | 0 | 0.15 | 0.68 | 0 | 46.47 | 1 | 0.66 |
| Hex | FF | D8 | 52 | 0 | F | 44 | 0 | 2E | 64 | 42 |
| Octal | 377 | 330 | 122 | 0 | 17 | 104 | 0 | 56 | 144 | 102 |
| Binary | 11111111 | 11011000 | 1010010 | 0 | 1111 | 1000100 | 0 | 101110 | 1100100 | 1000010 |
Color Harmonies of #FFD852
Complementary color
Monochromatic Colors of #FFD852
Black with #FFD852
Text Example
Text Example
White with #FFD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD852; }
p { color: rgb(255,216,82); }
H1.HeaderClassName
{
color: #FFD852;
}
.AnyTagClassName
{
color: #FFD852;
}
</style>
background-color css
<style>
a { background-color: #FFD852; }
a { background-color: rgb(255,216,82); }
div.DivClassName
{
background-color: #FFD852;
}
.BgClassName
{
background-color: #FFD852;
}
</style>
border-color css
<style>
span { border-color: #FFD852; }
span { border-color: rgb(255,216,82); }
td.TdClassName
{
border-color: #FFD852;
}
.TagClassName
{
border-color: #FFD852;
}
</style>