Shades of Gorse #FFDD42
Tints of Gorse #FFDD42
RGB
CMYK
RGB Variations
Color information
#FFDD42 (or 0xFFDD42) is known color: Gorse. HEX triplet: FF, DD and 42. RGB value is (255,221,66). Sum of RGB (Red+Green+Blue) = 255+221+66=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD42 is #0022BD. Grayscale: #D6D6D6. Windows color (decimal): -8894 or 4382207. OLE color: 4382207.
HSL color Cylindrical-coordinate representation of color #FFDD42: hue angle of 49.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFDD42 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 66 | - |
| CMYK | 0 | 0.13 | 0.74 | 0 |
| HSL | 49.21º | 1% | 0.63% | - |
| HSV(B) | 49.21º | 0.74% | 1% | - |
| XYZ | 68.08 | 73.37 | 15.73 | - |
| YUV | 213.5 | 44.76 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 66 | 0 | 0.13 | 0.74 | 0 | 49.21 | 1 | 0.63 |
| Hex | FF | DD | 42 | 0 | D | 4A | 0 | 31 | 64 | 3F |
| Octal | 377 | 335 | 102 | 0 | 15 | 112 | 0 | 61 | 144 | 77 |
| Binary | 11111111 | 11011101 | 1000010 | 0 | 1101 | 1001010 | 0 | 110001 | 1100100 | 111111 |
Color Harmonies of #FFDD42
Complementary color
Monochromatic Colors of #FFDD42
Black with #FFDD42
Text Example
Text Example
White with #FFDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD42; }
p { color: rgb(255,221,66); }
H1.HeaderClassName
{
color: #FFDD42;
}
.AnyTagClassName
{
color: #FFDD42;
}
</style>
background-color css
<style>
a { background-color: #FFDD42; }
a { background-color: rgb(255,221,66); }
div.DivClassName
{
background-color: #FFDD42;
}
.BgClassName
{
background-color: #FFDD42;
}
</style>
border-color css
<style>
span { border-color: #FFDD42; }
span { border-color: rgb(255,221,66); }
td.TdClassName
{
border-color: #FFDD42;
}
.TagClassName
{
border-color: #FFDD42;
}
</style>