Shades of Gorse #FFDF28
Tints of Gorse #FFDF28
RGB
CMYK
RGB Variations
Color information
#FFDF28 (or 0xFFDF28) is known color: Gorse. HEX triplet: FF, DF and 28. RGB value is (255,223,40). Sum of RGB (Red+Green+Blue) = 255+223+40=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF28 is #0020D7. Grayscale: #D4D4D4. Windows color (decimal): -8408 or 2678783. OLE color: 2678783.
HSL color Cylindrical-coordinate representation of color #FFDF28: hue angle of 51.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFDF28 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 40 | - |
| CMYK | 0 | 0.13 | 0.84 | 0 |
| HSL | 51.07º | 1% | 0.58% | - |
| HSV(B) | 51.07º | 0.84% | 1% | - |
| XYZ | 68.01 | 74.19 | 12.74 | - |
| YUV | 211.71 | 31.1 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 40 | 0 | 0.13 | 0.84 | 0 | 51.07 | 1 | 0.58 |
| Hex | FF | DF | 28 | 0 | D | 54 | 0 | 33 | 64 | 3A |
| Octal | 377 | 337 | 50 | 0 | 15 | 124 | 0 | 63 | 144 | 72 |
| Binary | 11111111 | 11011111 | 101000 | 0 | 1101 | 1010100 | 0 | 110011 | 1100100 | 111010 |
Color Harmonies of #FFDF28
Complementary color
Monochromatic Colors of #FFDF28
Black with #FFDF28
Text Example
Text Example
White with #FFDF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF28; }
p { color: rgb(255,223,40); }
H1.HeaderClassName
{
color: #FFDF28;
}
.AnyTagClassName
{
color: #FFDF28;
}
</style>
background-color css
<style>
a { background-color: #FFDF28; }
a { background-color: rgb(255,223,40); }
div.DivClassName
{
background-color: #FFDF28;
}
.BgClassName
{
background-color: #FFDF28;
}
</style>
border-color css
<style>
span { border-color: #FFDF28; }
span { border-color: rgb(255,223,40); }
td.TdClassName
{
border-color: #FFDF28;
}
.TagClassName
{
border-color: #FFDF28;
}
</style>