Shades of Gorse #FFDF2D
Tints of Gorse #FFDF2D
RGB
CMYK
RGB Variations
Color information
#FFDF2D (or 0xFFDF2D) is known color: Gorse. HEX triplet: FF, DF and 2D. RGB value is (255,223,45). Sum of RGB (Red+Green+Blue) = 255+223+45=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 45 (17.97% from 255 or 8.60% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF2D is #0020D2. Grayscale: #D5D5D5. Windows color (decimal): -8403 or 3006463. OLE color: 3006463.
HSL color Cylindrical-coordinate representation of color #FFDF2D: hue angle of 50.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFDF2D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 45 | - |
| CMYK | 0 | 0.13 | 0.82 | 0 |
| HSL | 50.86º | 1% | 0.59% | - |
| HSV(B) | 50.86º | 0.82% | 1% | - |
| XYZ | 68.1 | 74.22 | 13.22 | - |
| YUV | 212.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 45 | 0 | 0.13 | 0.82 | 0 | 50.86 | 1 | 0.59 |
| Hex | FF | DF | 2D | 0 | D | 52 | 0 | 33 | 64 | 3B |
| Octal | 377 | 337 | 55 | 0 | 15 | 122 | 0 | 63 | 144 | 73 |
| Binary | 11111111 | 11011111 | 101101 | 0 | 1101 | 1010010 | 0 | 110011 | 1100100 | 111011 |
Color Harmonies of #FFDF2D
Complementary color
Monochromatic Colors of #FFDF2D
Black with #FFDF2D
Text Example
Text Example
White with #FFDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF2D; }
p { color: rgb(255,223,45); }
H1.HeaderClassName
{
color: #FFDF2D;
}
.AnyTagClassName
{
color: #FFDF2D;
}
</style>
background-color css
<style>
a { background-color: #FFDF2D; }
a { background-color: rgb(255,223,45); }
div.DivClassName
{
background-color: #FFDF2D;
}
.BgClassName
{
background-color: #FFDF2D;
}
</style>
border-color css
<style>
span { border-color: #FFDF2D; }
span { border-color: rgb(255,223,45); }
td.TdClassName
{
border-color: #FFDF2D;
}
.TagClassName
{
border-color: #FFDF2D;
}
</style>