Shades of Gorse #FFDF38
Tints of Gorse #FFDF38
RGB
CMYK
RGB Variations
Color information
#FFDF38 (or 0xFFDF38) is known color: Gorse. HEX triplet: FF, DF and 38. RGB value is (255,223,56). Sum of RGB (Red+Green+Blue) = 255+223+56=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 56 (22.27% from 255 or 10.49% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF38 is #0020C7. Grayscale: #D6D6D6. Windows color (decimal): -8392 or 3727359. OLE color: 3727359.
HSL color Cylindrical-coordinate representation of color #FFDF38: hue angle of 50.35º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFDF38 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 56 | - |
| CMYK | 0 | 0.13 | 0.78 | 0 |
| HSL | 50.35º | 1% | 0.61% | - |
| HSV(B) | 50.35º | 0.78% | 1% | - |
| XYZ | 68.34 | 74.32 | 14.48 | - |
| YUV | 213.53 | 39.1 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 56 | 0 | 0.13 | 0.78 | 0 | 50.35 | 1 | 0.61 |
| Hex | FF | DF | 38 | 0 | D | 4E | 0 | 32 | 64 | 3D |
| Octal | 377 | 337 | 70 | 0 | 15 | 116 | 0 | 62 | 144 | 75 |
| Binary | 11111111 | 11011111 | 111000 | 0 | 1101 | 1001110 | 0 | 110010 | 1100100 | 111101 |
Color Harmonies of #FFDF38
Complementary color
Monochromatic Colors of #FFDF38
Black with #FFDF38
Text Example
Text Example
White with #FFDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF38; }
p { color: rgb(255,223,56); }
H1.HeaderClassName
{
color: #FFDF38;
}
.AnyTagClassName
{
color: #FFDF38;
}
</style>
background-color css
<style>
a { background-color: #FFDF38; }
a { background-color: rgb(255,223,56); }
div.DivClassName
{
background-color: #FFDF38;
}
.BgClassName
{
background-color: #FFDF38;
}
</style>
border-color css
<style>
span { border-color: #FFDF38; }
span { border-color: rgb(255,223,56); }
td.TdClassName
{
border-color: #FFDF38;
}
.TagClassName
{
border-color: #FFDF38;
}
</style>