Shades of Gorse #FFDF35
Tints of Gorse #FFDF35
RGB
CMYK
RGB Variations
Color information
#FFDF35 (or 0xFFDF35) is known color: Gorse. HEX triplet: FF, DF and 35. RGB value is (255,223,53). Sum of RGB (Red+Green+Blue) = 255+223+53=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 53 (21.09% from 255 or 9.98% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF35 is #0020CA. Grayscale: #D5D5D5. Windows color (decimal): -8395 or 3530751. OLE color: 3530751.
HSL color Cylindrical-coordinate representation of color #FFDF35: hue angle of 50.5º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFDF35 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 53 | - |
| CMYK | 0 | 0.13 | 0.79 | 0 |
| HSL | 50.5º | 1% | 0.6% | - |
| HSV(B) | 50.5º | 0.79% | 1% | - |
| XYZ | 68.27 | 74.29 | 14.11 | - |
| YUV | 213.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 53 | 0 | 0.13 | 0.79 | 0 | 50.5 | 1 | 0.6 |
| Hex | FF | DF | 35 | 0 | D | 4F | 0 | 32 | 64 | 3C |
| Octal | 377 | 337 | 65 | 0 | 15 | 117 | 0 | 62 | 144 | 74 |
| Binary | 11111111 | 11011111 | 110101 | 0 | 1101 | 1001111 | 0 | 110010 | 1100100 | 111100 |
Color Harmonies of #FFDF35
Complementary color
Monochromatic Colors of #FFDF35
Black with #FFDF35
Text Example
Text Example
White with #FFDF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF35; }
p { color: rgb(255,223,53); }
H1.HeaderClassName
{
color: #FFDF35;
}
.AnyTagClassName
{
color: #FFDF35;
}
</style>
background-color css
<style>
a { background-color: #FFDF35; }
a { background-color: rgb(255,223,53); }
div.DivClassName
{
background-color: #FFDF35;
}
.BgClassName
{
background-color: #FFDF35;
}
</style>
border-color css
<style>
span { border-color: #FFDF35; }
span { border-color: rgb(255,223,53); }
td.TdClassName
{
border-color: #FFDF35;
}
.TagClassName
{
border-color: #FFDF35;
}
</style>