Shades of Gorse #FFDD37
Tints of Gorse #FFDD37
RGB
CMYK
RGB Variations
Color information
#FFDD37 (or 0xFFDD37) is known color: Gorse. HEX triplet: FF, DD and 37. RGB value is (255,221,55). Sum of RGB (Red+Green+Blue) = 255+221+55=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 55 (21.88% from 255 or 10.36% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD37 is #0022C8. Grayscale: #D4D4D4. Windows color (decimal): -8905 or 3661311. OLE color: 3661311.
HSL color Cylindrical-coordinate representation of color #FFDD37: hue angle of 49.8º 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 #FFDD37 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 55 | - |
| CMYK | 0 | 0.13 | 0.78 | 0 |
| HSL | 49.8º | 1% | 0.61% | - |
| HSV(B) | 49.8º | 0.78% | 1% | - |
| XYZ | 67.79 | 73.25 | 14.18 | - |
| YUV | 212.24 | 39.26 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 55 | 0 | 0.13 | 0.78 | 0 | 49.8 | 1 | 0.61 |
| Hex | FF | DD | 37 | 0 | D | 4E | 0 | 32 | 64 | 3D |
| Octal | 377 | 335 | 67 | 0 | 15 | 116 | 0 | 62 | 144 | 75 |
| Binary | 11111111 | 11011101 | 110111 | 0 | 1101 | 1001110 | 0 | 110010 | 1100100 | 111101 |
Color Harmonies of #FFDD37
Complementary color
Monochromatic Colors of #FFDD37
Black with #FFDD37
Text Example
Text Example
White with #FFDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD37; }
p { color: rgb(255,221,55); }
H1.HeaderClassName
{
color: #FFDD37;
}
.AnyTagClassName
{
color: #FFDD37;
}
</style>
background-color css
<style>
a { background-color: #FFDD37; }
a { background-color: rgb(255,221,55); }
div.DivClassName
{
background-color: #FFDD37;
}
.BgClassName
{
background-color: #FFDD37;
}
</style>
border-color css
<style>
span { border-color: #FFDD37; }
span { border-color: rgb(255,221,55); }
td.TdClassName
{
border-color: #FFDD37;
}
.TagClassName
{
border-color: #FFDD37;
}
</style>