Shades of Gorse #FFDF3C
Tints of Gorse #FFDF3C
RGB
CMYK
RGB Variations
Color information
#FFDF3C (or 0xFFDF3C) is known color: Gorse. HEX triplet: FF, DF and 3C. RGB value is (255,223,60). Sum of RGB (Red+Green+Blue) = 255+223+60=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 60 (23.83% from 255 or 11.15% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF3C is #0020C3. Grayscale: #D6D6D6. Windows color (decimal): -8388 or 3989503. OLE color: 3989503.
HSL color Cylindrical-coordinate representation of color #FFDF3C: hue angle of 50.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFDF3C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 60 | - |
| CMYK | 0 | 0.13 | 0.76 | 0 |
| HSL | 50.15º | 1% | 0.62% | - |
| HSV(B) | 50.15º | 0.76% | 1% | - |
| XYZ | 68.44 | 74.36 | 15.02 | - |
| YUV | 213.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 60 | 0 | 0.13 | 0.76 | 0 | 50.15 | 1 | 0.62 |
| Hex | FF | DF | 3C | 0 | D | 4C | 0 | 32 | 64 | 3E |
| Octal | 377 | 337 | 74 | 0 | 15 | 114 | 0 | 62 | 144 | 76 |
| Binary | 11111111 | 11011111 | 111100 | 0 | 1101 | 1001100 | 0 | 110010 | 1100100 | 111110 |
Color Harmonies of #FFDF3C
Complementary color
Monochromatic Colors of #FFDF3C
Black with #FFDF3C
Text Example
Text Example
White with #FFDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF3C; }
p { color: rgb(255,223,60); }
H1.HeaderClassName
{
color: #FFDF3C;
}
.AnyTagClassName
{
color: #FFDF3C;
}
</style>
background-color css
<style>
a { background-color: #FFDF3C; }
a { background-color: rgb(255,223,60); }
div.DivClassName
{
background-color: #FFDF3C;
}
.BgClassName
{
background-color: #FFDF3C;
}
</style>
border-color css
<style>
span { border-color: #FFDF3C; }
span { border-color: rgb(255,223,60); }
td.TdClassName
{
border-color: #FFDF3C;
}
.TagClassName
{
border-color: #FFDF3C;
}
</style>