Shades of Gorse #FFDD33
Tints of Gorse #FFDD33
RGB
CMYK
RGB Variations
Color information
#FFDD33 (or 0xFFDD33) is known color: Gorse. HEX triplet: FF, DD and 33. RGB value is (255,221,51). Sum of RGB (Red+Green+Blue) = 255+221+51=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 51 (20.31% from 255 or 9.68% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD33 is #0022CC. Grayscale: #D4D4D4. Windows color (decimal): -8909 or 3399167. OLE color: 3399167.
HSL color Cylindrical-coordinate representation of color #FFDD33: hue angle of 50º 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 #FFDD33 is Cyan = 0, Magento = 0.13, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 51 | - |
| CMYK | 0 | 0.13 | 0.8 | 0 |
| HSL | 50º | 1% | 0.6% | - |
| HSV(B) | 50º | 0.8% | 1% | - |
| XYZ | 67.69 | 73.21 | 13.7 | - |
| YUV | 211.79 | 37.26 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 51 | 0 | 0.13 | 0.8 | 0 | 50 | 1 | 0.6 |
| Hex | FF | DD | 33 | 0 | D | 50 | 0 | 32 | 64 | 3C |
| Octal | 377 | 335 | 63 | 0 | 15 | 120 | 0 | 62 | 144 | 74 |
| Binary | 11111111 | 11011101 | 110011 | 0 | 1101 | 1010000 | 0 | 110010 | 1100100 | 111100 |
Color Harmonies of #FFDD33
Complementary color
Monochromatic Colors of #FFDD33
Black with #FFDD33
Text Example
Text Example
White with #FFDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD33; }
p { color: rgb(255,221,51); }
H1.HeaderClassName
{
color: #FFDD33;
}
.AnyTagClassName
{
color: #FFDD33;
}
</style>
background-color css
<style>
a { background-color: #FFDD33; }
a { background-color: rgb(255,221,51); }
div.DivClassName
{
background-color: #FFDD33;
}
.BgClassName
{
background-color: #FFDD33;
}
</style>
border-color css
<style>
span { border-color: #FFDD33; }
span { border-color: rgb(255,221,51); }
td.TdClassName
{
border-color: #FFDD33;
}
.TagClassName
{
border-color: #FFDD33;
}
</style>