Shades of Gorse #FFDD30
Tints of Gorse #FFDD30
RGB
CMYK
RGB Variations
Color information
#FFDD30 (or 0xFFDD30) is known color: Gorse. HEX triplet: FF, DD and 30. RGB value is (255,221,48). Sum of RGB (Red+Green+Blue) = 255+221+48=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD30 is #0022CF. Grayscale: #D4D4D4. Windows color (decimal): -8912 or 3202559. OLE color: 3202559.
HSL color Cylindrical-coordinate representation of color #FFDD30: hue angle of 50.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFDD30 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 48 | - |
| CMYK | 0 | 0.13 | 0.81 | 0 |
| HSL | 50.14º | 1% | 0.59% | - |
| HSV(B) | 50.14º | 0.81% | 1% | - |
| XYZ | 67.63 | 73.19 | 13.36 | - |
| YUV | 211.44 | 35.76 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 48 | 0 | 0.13 | 0.81 | 0 | 50.14 | 1 | 0.59 |
| Hex | FF | DD | 30 | 0 | D | 51 | 0 | 32 | 64 | 3B |
| Octal | 377 | 335 | 60 | 0 | 15 | 121 | 0 | 62 | 144 | 73 |
| Binary | 11111111 | 11011101 | 110000 | 0 | 1101 | 1010001 | 0 | 110010 | 1100100 | 111011 |
Color Harmonies of #FFDD30
Complementary color
Monochromatic Colors of #FFDD30
Black with #FFDD30
Text Example
Text Example
White with #FFDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD30; }
p { color: rgb(255,221,48); }
H1.HeaderClassName
{
color: #FFDD30;
}
.AnyTagClassName
{
color: #FFDD30;
}
</style>
background-color css
<style>
a { background-color: #FFDD30; }
a { background-color: rgb(255,221,48); }
div.DivClassName
{
background-color: #FFDD30;
}
.BgClassName
{
background-color: #FFDD30;
}
</style>
border-color css
<style>
span { border-color: #FFDD30; }
span { border-color: rgb(255,221,48); }
td.TdClassName
{
border-color: #FFDD30;
}
.TagClassName
{
border-color: #FFDD30;
}
</style>