Shades of Gorse #FFDF22
Tints of Gorse #FFDF22
RGB
CMYK
RGB Variations
Color information
#FFDF22 (or 0xFFDF22) is known color: Gorse. HEX triplet: FF, DF and 22. RGB value is (255,223,34). Sum of RGB (Red+Green+Blue) = 255+223+34=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 34 (13.67% from 255 or 6.64% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF22 is #0020DD. Grayscale: #D3D3D3. Windows color (decimal): -8414 or 2285567. OLE color: 2285567.
HSL color Cylindrical-coordinate representation of color #FFDF22: hue angle of 51.31º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFDF22 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 34 | - |
| CMYK | 0 | 0.13 | 0.87 | 0 |
| HSL | 51.31º | 1% | 0.57% | - |
| HSV(B) | 51.31º | 0.87% | 1% | - |
| XYZ | 67.92 | 74.15 | 12.25 | - |
| YUV | 211.02 | 28.1 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 34 | 0 | 0.13 | 0.87 | 0 | 51.31 | 1 | 0.57 |
| Hex | FF | DF | 22 | 0 | D | 57 | 0 | 33 | 64 | 39 |
| Octal | 377 | 337 | 42 | 0 | 15 | 127 | 0 | 63 | 144 | 71 |
| Binary | 11111111 | 11011111 | 100010 | 0 | 1101 | 1010111 | 0 | 110011 | 1100100 | 111001 |
Color Harmonies of #FFDF22
Complementary color
Monochromatic Colors of #FFDF22
Black with #FFDF22
Text Example
Text Example
White with #FFDF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF22; }
p { color: rgb(255,223,34); }
H1.HeaderClassName
{
color: #FFDF22;
}
.AnyTagClassName
{
color: #FFDF22;
}
</style>
background-color css
<style>
a { background-color: #FFDF22; }
a { background-color: rgb(255,223,34); }
div.DivClassName
{
background-color: #FFDF22;
}
.BgClassName
{
background-color: #FFDF22;
}
</style>
border-color css
<style>
span { border-color: #FFDF22; }
span { border-color: rgb(255,223,34); }
td.TdClassName
{
border-color: #FFDF22;
}
.TagClassName
{
border-color: #FFDF22;
}
</style>