Shades of Gorse #FFDD26
Tints of Gorse #FFDD26
RGB
CMYK
RGB Variations
Color information
#FFDD26 (or 0xFFDD26) is known color: Gorse. HEX triplet: FF, DD and 26. RGB value is (255,221,38). Sum of RGB (Red+Green+Blue) = 255+221+38=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 38 (15.23% from 255 or 7.39% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD26 is #0022D9. Grayscale: #D3D3D3. Windows color (decimal): -8922 or 2547199. OLE color: 2547199.
HSL color Cylindrical-coordinate representation of color #FFDD26: hue angle of 50.6º 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 #FFDD26 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 38 | - |
| CMYK | 0 | 0.13 | 0.85 | 0 |
| HSL | 50.6º | 1% | 0.57% | - |
| HSV(B) | 50.6º | 0.85% | 1% | - |
| XYZ | 67.45 | 73.11 | 12.39 | - |
| YUV | 210.3 | 30.76 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 38 | 0 | 0.13 | 0.85 | 0 | 50.6 | 1 | 0.57 |
| Hex | FF | DD | 26 | 0 | D | 55 | 0 | 33 | 64 | 39 |
| Octal | 377 | 335 | 46 | 0 | 15 | 125 | 0 | 63 | 144 | 71 |
| Binary | 11111111 | 11011101 | 100110 | 0 | 1101 | 1010101 | 0 | 110011 | 1100100 | 111001 |
Color Harmonies of #FFDD26
Complementary color
Monochromatic Colors of #FFDD26
Black with #FFDD26
Text Example
Text Example
White with #FFDD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD26; }
p { color: rgb(255,221,38); }
H1.HeaderClassName
{
color: #FFDD26;
}
.AnyTagClassName
{
color: #FFDD26;
}
</style>
background-color css
<style>
a { background-color: #FFDD26; }
a { background-color: rgb(255,221,38); }
div.DivClassName
{
background-color: #FFDD26;
}
.BgClassName
{
background-color: #FFDD26;
}
</style>
border-color css
<style>
span { border-color: #FFDD26; }
span { border-color: rgb(255,221,38); }
td.TdClassName
{
border-color: #FFDD26;
}
.TagClassName
{
border-color: #FFDD26;
}
</style>