Shades of Gorse #FFDD39
Tints of Gorse #FFDD39
RGB
CMYK
RGB Variations
Color information
#FFDD39 (or 0xFFDD39) is known color: Gorse. HEX triplet: FF, DD and 39. RGB value is (255,221,57). Sum of RGB (Red+Green+Blue) = 255+221+57=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 57 (22.66% from 255 or 10.69% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD39 is #0022C6. Grayscale: #D5D5D5. Windows color (decimal): -8903 or 3792383. OLE color: 3792383.
HSL color Cylindrical-coordinate representation of color #FFDD39: hue angle of 49.7º 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 #FFDD39 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 57 | - |
| CMYK | 0 | 0.13 | 0.78 | 0 |
| HSL | 49.7º | 1% | 0.61% | - |
| HSV(B) | 49.7º | 0.78% | 1% | - |
| XYZ | 67.83 | 73.27 | 14.44 | - |
| YUV | 212.47 | 40.26 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 57 | 0 | 0.13 | 0.78 | 0 | 49.7 | 1 | 0.61 |
| Hex | FF | DD | 39 | 0 | D | 4E | 0 | 32 | 64 | 3D |
| Octal | 377 | 335 | 71 | 0 | 15 | 116 | 0 | 62 | 144 | 75 |
| Binary | 11111111 | 11011101 | 111001 | 0 | 1101 | 1001110 | 0 | 110010 | 1100100 | 111101 |
Color Harmonies of #FFDD39
Complementary color
Monochromatic Colors of #FFDD39
Black with #FFDD39
Text Example
Text Example
White with #FFDD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD39; }
p { color: rgb(255,221,57); }
H1.HeaderClassName
{
color: #FFDD39;
}
.AnyTagClassName
{
color: #FFDD39;
}
</style>
background-color css
<style>
a { background-color: #FFDD39; }
a { background-color: rgb(255,221,57); }
div.DivClassName
{
background-color: #FFDD39;
}
.BgClassName
{
background-color: #FFDD39;
}
</style>
border-color css
<style>
span { border-color: #FFDD39; }
span { border-color: rgb(255,221,57); }
td.TdClassName
{
border-color: #FFDD39;
}
.TagClassName
{
border-color: #FFDD39;
}
</style>