Shades of Gorse #FFDF32
Tints of Gorse #FFDF32
RGB
CMYK
RGB Variations
Color information
#FFDF32 (or 0xFFDF32) is known color: Gorse. HEX triplet: FF, DF and 32. RGB value is (255,223,50). Sum of RGB (Red+Green+Blue) = 255+223+50=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 50 (19.92% from 255 or 9.47% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF32 is #0020CD. Grayscale: #D5D5D5. Windows color (decimal): -8398 or 3334143. OLE color: 3334143.
HSL color Cylindrical-coordinate representation of color #FFDF32: hue angle of 50.63º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFDF32 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 50 | - |
| CMYK | 0 | 0.13 | 0.80 | 0 |
| HSL | 50.63º | 1% | 0.6% | - |
| HSV(B) | 50.63º | 0.8% | 1% | - |
| XYZ | 68.2 | 74.27 | 13.76 | - |
| YUV | 212.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 50 | 0 | 0.13 | 0.80 | 0 | 50.63 | 1 | 0.6 |
| Hex | FF | DF | 32 | 0 | D | 50 | 0 | 33 | 64 | 3C |
| Octal | 377 | 337 | 62 | 0 | 15 | 120 | 0 | 63 | 144 | 74 |
| Binary | 11111111 | 11011111 | 110010 | 0 | 1101 | 1010000 | 0 | 110011 | 1100100 | 111100 |
Color Harmonies of #FFDF32
Complementary color
Monochromatic Colors of #FFDF32
Black with #FFDF32
Text Example
Text Example
White with #FFDF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF32; }
p { color: rgb(255,223,50); }
H1.HeaderClassName
{
color: #FFDF32;
}
.AnyTagClassName
{
color: #FFDF32;
}
</style>
background-color css
<style>
a { background-color: #FFDF32; }
a { background-color: rgb(255,223,50); }
div.DivClassName
{
background-color: #FFDF32;
}
.BgClassName
{
background-color: #FFDF32;
}
</style>
border-color css
<style>
span { border-color: #FFDF32; }
span { border-color: rgb(255,223,50); }
td.TdClassName
{
border-color: #FFDF32;
}
.TagClassName
{
border-color: #FFDF32;
}
</style>