Shades of Gorse #FFDD32
Tints of Gorse #FFDD32
RGB
CMYK
RGB Variations
Color information
#FFDD32 (or 0xFFDD32) is known color: Gorse. HEX triplet: FF, DD and 32. RGB value is (255,221,50). Sum of RGB (Red+Green+Blue) = 255+221+50=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD32 is #0022CD. Grayscale: #D4D4D4. Windows color (decimal): -8910 or 3333631. OLE color: 3333631.
HSL color Cylindrical-coordinate representation of color #FFDD32: hue angle of 50.05º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFDD32 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 50 | - |
| CMYK | 0 | 0.13 | 0.80 | 0 |
| HSL | 50.05º | 1% | 0.6% | - |
| HSV(B) | 50.05º | 0.8% | 1% | - |
| XYZ | 67.67 | 73.2 | 13.58 | - |
| YUV | 211.67 | 36.76 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 50 | 0 | 0.13 | 0.80 | 0 | 50.05 | 1 | 0.6 |
| Hex | FF | DD | 32 | 0 | D | 50 | 0 | 32 | 64 | 3C |
| Octal | 377 | 335 | 62 | 0 | 15 | 120 | 0 | 62 | 144 | 74 |
| Binary | 11111111 | 11011101 | 110010 | 0 | 1101 | 1010000 | 0 | 110010 | 1100100 | 111100 |
Color Harmonies of #FFDD32
Complementary color
Monochromatic Colors of #FFDD32
Black with #FFDD32
Text Example
Text Example
White with #FFDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD32; }
p { color: rgb(255,221,50); }
H1.HeaderClassName
{
color: #FFDD32;
}
.AnyTagClassName
{
color: #FFDD32;
}
</style>
background-color css
<style>
a { background-color: #FFDD32; }
a { background-color: rgb(255,221,50); }
div.DivClassName
{
background-color: #FFDD32;
}
.BgClassName
{
background-color: #FFDD32;
}
</style>
border-color css
<style>
span { border-color: #FFDD32; }
span { border-color: rgb(255,221,50); }
td.TdClassName
{
border-color: #FFDD32;
}
.TagClassName
{
border-color: #FFDD32;
}
</style>