Shades of Gorse #FFDD2C
Tints of Gorse #FFDD2C
RGB
CMYK
RGB Variations
Color information
#FFDD2C (or 0xFFDD2C) is known color: Gorse. HEX triplet: FF, DD and 2C. RGB value is (255,221,44). Sum of RGB (Red+Green+Blue) = 255+221+44=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 44 (17.58% from 255 or 8.46% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD2C is #0022D3. Grayscale: #D3D3D3. Windows color (decimal): -8916 or 2940415. OLE color: 2940415.
HSL color Cylindrical-coordinate representation of color #FFDD2C: hue angle of 50.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFDD2C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 44 | - |
| CMYK | 0 | 0.13 | 0.83 | 0 |
| HSL | 50.33º | 1% | 0.59% | - |
| HSV(B) | 50.33º | 0.83% | 1% | - |
| XYZ | 67.55 | 73.15 | 12.94 | - |
| YUV | 210.99 | 33.76 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 44 | 0 | 0.13 | 0.83 | 0 | 50.33 | 1 | 0.59 |
| Hex | FF | DD | 2C | 0 | D | 53 | 0 | 32 | 64 | 3B |
| Octal | 377 | 335 | 54 | 0 | 15 | 123 | 0 | 62 | 144 | 73 |
| Binary | 11111111 | 11011101 | 101100 | 0 | 1101 | 1010011 | 0 | 110010 | 1100100 | 111011 |
Color Harmonies of #FFDD2C
Complementary color
Monochromatic Colors of #FFDD2C
Black with #FFDD2C
Text Example
Text Example
White with #FFDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD2C; }
p { color: rgb(255,221,44); }
H1.HeaderClassName
{
color: #FFDD2C;
}
.AnyTagClassName
{
color: #FFDD2C;
}
</style>
background-color css
<style>
a { background-color: #FFDD2C; }
a { background-color: rgb(255,221,44); }
div.DivClassName
{
background-color: #FFDD2C;
}
.BgClassName
{
background-color: #FFDD2C;
}
</style>
border-color css
<style>
span { border-color: #FFDD2C; }
span { border-color: rgb(255,221,44); }
td.TdClassName
{
border-color: #FFDD2C;
}
.TagClassName
{
border-color: #FFDD2C;
}
</style>