Shades of Gorse #FFDD25
Tints of Gorse #FFDD25
RGB
CMYK
RGB Variations
Color information
#FFDD25 (or 0xFFDD25) is known color: Gorse. HEX triplet: FF, DD and 25. RGB value is (255,221,37). Sum of RGB (Red+Green+Blue) = 255+221+37=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 37 (14.84% from 255 or 7.21% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD25 is #0022DA. Grayscale: #D2D2D2. Windows color (decimal): -8923 or 2481663. OLE color: 2481663.
HSL color Cylindrical-coordinate representation of color #FFDD25: hue angle of 50.64º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFDD25 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 37 | - |
| CMYK | 0 | 0.13 | 0.85 | 0 |
| HSL | 50.64º | 1% | 0.57% | - |
| HSV(B) | 50.64º | 0.85% | 1% | - |
| XYZ | 67.43 | 73.11 | 12.31 | - |
| YUV | 210.19 | 30.26 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 37 | 0 | 0.13 | 0.85 | 0 | 50.64 | 1 | 0.57 |
| Hex | FF | DD | 25 | 0 | D | 55 | 0 | 33 | 64 | 39 |
| Octal | 377 | 335 | 45 | 0 | 15 | 125 | 0 | 63 | 144 | 71 |
| Binary | 11111111 | 11011101 | 100101 | 0 | 1101 | 1010101 | 0 | 110011 | 1100100 | 111001 |
Color Harmonies of #FFDD25
Complementary color
Monochromatic Colors of #FFDD25
Black with #FFDD25
Text Example
Text Example
White with #FFDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD25; }
p { color: rgb(255,221,37); }
H1.HeaderClassName
{
color: #FFDD25;
}
.AnyTagClassName
{
color: #FFDD25;
}
</style>
background-color css
<style>
a { background-color: #FFDD25; }
a { background-color: rgb(255,221,37); }
div.DivClassName
{
background-color: #FFDD25;
}
.BgClassName
{
background-color: #FFDD25;
}
</style>
border-color css
<style>
span { border-color: #FFDD25; }
span { border-color: rgb(255,221,37); }
td.TdClassName
{
border-color: #FFDD25;
}
.TagClassName
{
border-color: #FFDD25;
}
</style>