Shades of Gorse #FFDF33
Tints of Gorse #FFDF33
RGB
CMYK
RGB Variations
Color information
#FFDF33 (or 0xFFDF33) is known color: Gorse. HEX triplet: FF, DF and 33. RGB value is (255,223,51). Sum of RGB (Red+Green+Blue) = 255+223+51=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF33 is #0020CC. Grayscale: #D5D5D5. Windows color (decimal): -8397 or 3399679. OLE color: 3399679.
HSL color Cylindrical-coordinate representation of color #FFDF33: hue angle of 50.59º 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 #FFDF33 is Cyan = 0, Magento = 0.13, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 51 | - |
CMYK | 0 | 0.13 | 0.8 | 0 |
HSL | 50.59º | 1% | 0.6% | - |
HSV(B) | 50.59º | 0.8% | 1% | - |
XYZ | 68.23 | 74.27 | 13.87 | - |
YUV | 212.96 | 36.6 | 157.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 51 | 0 | 0.13 | 0.8 | 0 | 50.59 | 1 | 0.6 |
Hex | FF | DF | 33 | 0 | D | 50 | 0 | 33 | 64 | 3C |
Octal | 377 | 337 | 63 | 0 | 15 | 120 | 0 | 63 | 144 | 74 |
Binary | 11111111 | 11011111 | 110011 | 0 | 1101 | 1010000 | 0 | 110011 | 1100100 | 111100 |
Color Harmonies of #FFDF33
Complementary color
Monochromatic Colors of #FFDF33
Black with #FFDF33
Text Example
Text Example
White with #FFDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF33; }
p { color: rgb(255,223,51); }
H1.HeaderClassName
{
color: #FFDF33;
}
.AnyTagClassName
{
color: #FFDF33;
}
</style>
background-color css
<style>
a { background-color: #FFDF33; }
a { background-color: rgb(255,223,51); }
div.DivClassName
{
background-color: #FFDF33;
}
.BgClassName
{
background-color: #FFDF33;
}
</style>
border-color css
<style>
span { border-color: #FFDF33; }
span { border-color: rgb(255,223,51); }
td.TdClassName
{
border-color: #FFDF33;
}
.TagClassName
{
border-color: #FFDF33;
}
</style>