Shades of Gorse #FFDD44
Tints of Gorse #FFDD44
RGB
CMYK
RGB Variations
Color information
#FFDD44 (or 0xFFDD44) is known color: Gorse. HEX triplet: FF, DD and 44. RGB value is (255,221,68). Sum of RGB (Red+Green+Blue) = 255+221+68=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 68 (26.95% from 255 or 12.5% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD44 is #0022BB. Grayscale: #D6D6D6. Windows color (decimal): -8892 or 4513279. OLE color: 4513279.
HSL color Cylindrical-coordinate representation of color #FFDD44: hue angle of 49.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFDD44 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 68 | - |
| CMYK | 0 | 0.13 | 0.73 | 0 |
| HSL | 49.09º | 1% | 0.63% | - |
| HSV(B) | 49.09º | 0.73% | 1% | - |
| XYZ | 68.14 | 73.39 | 16.04 | - |
| YUV | 213.72 | 45.76 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 68 | 0 | 0.13 | 0.73 | 0 | 49.09 | 1 | 0.63 |
| Hex | FF | DD | 44 | 0 | D | 49 | 0 | 31 | 64 | 3F |
| Octal | 377 | 335 | 104 | 0 | 15 | 111 | 0 | 61 | 144 | 77 |
| Binary | 11111111 | 11011101 | 1000100 | 0 | 1101 | 1001001 | 0 | 110001 | 1100100 | 111111 |
Color Harmonies of #FFDD44
Complementary color
Monochromatic Colors of #FFDD44
Black with #FFDD44
Text Example
Text Example
White with #FFDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD44; }
p { color: rgb(255,221,68); }
H1.HeaderClassName
{
color: #FFDD44;
}
.AnyTagClassName
{
color: #FFDD44;
}
</style>
background-color css
<style>
a { background-color: #FFDD44; }
a { background-color: rgb(255,221,68); }
div.DivClassName
{
background-color: #FFDD44;
}
.BgClassName
{
background-color: #FFDD44;
}
</style>
border-color css
<style>
span { border-color: #FFDD44; }
span { border-color: rgb(255,221,68); }
td.TdClassName
{
border-color: #FFDD44;
}
.TagClassName
{
border-color: #FFDD44;
}
</style>