Shades of Gorse #FFDC27
Tints of Gorse #FFDC27
RGB
CMYK
RGB Variations
Color information
#FFDC27 (or 0xFFDC27) is known color: Gorse. HEX triplet: FF, DC and 27. RGB value is (255,220,39). Sum of RGB (Red+Green+Blue) = 255+220+39=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 39 (15.62% from 255 or 7.59% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC27 is #0023D8. Grayscale: #D2D2D2. Windows color (decimal): -9177 or 2612479. OLE color: 2612479.
HSL color Cylindrical-coordinate representation of color #FFDC27: hue angle of 50.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFDC27 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 39 | - |
| CMYK | 0 | 0.14 | 0.85 | 0 |
| HSL | 50.28º | 1% | 0.58% | - |
| HSV(B) | 50.28º | 0.85% | 1% | - |
| XYZ | 67.2 | 72.59 | 12.39 | - |
| YUV | 209.83 | 31.6 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 39 | 0 | 0.14 | 0.85 | 0 | 50.28 | 1 | 0.58 |
| Hex | FF | DC | 27 | 0 | E | 55 | 0 | 32 | 64 | 3A |
| Octal | 377 | 334 | 47 | 0 | 16 | 125 | 0 | 62 | 144 | 72 |
| Binary | 11111111 | 11011100 | 100111 | 0 | 1110 | 1010101 | 0 | 110010 | 1100100 | 111010 |
Color Harmonies of #FFDC27
Complementary color
Monochromatic Colors of #FFDC27
Black with #FFDC27
Text Example
Text Example
White with #FFDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC27; }
p { color: rgb(255,220,39); }
H1.HeaderClassName
{
color: #FFDC27;
}
.AnyTagClassName
{
color: #FFDC27;
}
</style>
background-color css
<style>
a { background-color: #FFDC27; }
a { background-color: rgb(255,220,39); }
div.DivClassName
{
background-color: #FFDC27;
}
.BgClassName
{
background-color: #FFDC27;
}
</style>
border-color css
<style>
span { border-color: #FFDC27; }
span { border-color: rgb(255,220,39); }
td.TdClassName
{
border-color: #FFDC27;
}
.TagClassName
{
border-color: #FFDC27;
}
</style>