Shades of Gorse #FFDC38
Tints of Gorse #FFDC38
RGB
CMYK
RGB Variations
Color information
#FFDC38 (or 0xFFDC38) is known color: Gorse. HEX triplet: FF, DC and 38. RGB value is (255,220,56). Sum of RGB (Red+Green+Blue) = 255+220+56=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 56 (22.27% from 255 or 10.55% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC38 is #0023C7. Grayscale: #D4D4D4. Windows color (decimal): -9160 or 3726591. OLE color: 3726591.
HSL color Cylindrical-coordinate representation of color #FFDC38: hue angle of 49.45º 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 #FFDC38 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 56 | - |
| CMYK | 0 | 0.14 | 0.78 | 0 |
| HSL | 49.45º | 1% | 0.61% | - |
| HSV(B) | 49.45º | 0.78% | 1% | - |
| XYZ | 67.55 | 72.73 | 14.22 | - |
| YUV | 211.77 | 40.1 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 56 | 0 | 0.14 | 0.78 | 0 | 49.45 | 1 | 0.61 |
| Hex | FF | DC | 38 | 0 | E | 4E | 0 | 31 | 64 | 3D |
| Octal | 377 | 334 | 70 | 0 | 16 | 116 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011100 | 111000 | 0 | 1110 | 1001110 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDC38
Complementary color
Monochromatic Colors of #FFDC38
Black with #FFDC38
Text Example
Text Example
White with #FFDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC38; }
p { color: rgb(255,220,56); }
H1.HeaderClassName
{
color: #FFDC38;
}
.AnyTagClassName
{
color: #FFDC38;
}
</style>
background-color css
<style>
a { background-color: #FFDC38; }
a { background-color: rgb(255,220,56); }
div.DivClassName
{
background-color: #FFDC38;
}
.BgClassName
{
background-color: #FFDC38;
}
</style>
border-color css
<style>
span { border-color: #FFDC38; }
span { border-color: rgb(255,220,56); }
td.TdClassName
{
border-color: #FFDC38;
}
.TagClassName
{
border-color: #FFDC38;
}
</style>