Shades of Gorse #FFDD3A
Tints of Gorse #FFDD3A
RGB
CMYK
RGB Variations
Color information
#FFDD3A (or 0xFFDD3A) is known color: Gorse. HEX triplet: FF, DD and 3A. RGB value is (255,221,58). Sum of RGB (Red+Green+Blue) = 255+221+58=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 58 (23.05% from 255 or 10.86% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD3A is #0022C5. Grayscale: #D5D5D5. Windows color (decimal): -8902 or 3857919. OLE color: 3857919.
HSL color Cylindrical-coordinate representation of color #FFDD3A: hue angle of 49.64º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFDD3A is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 58 | - |
| CMYK | 0 | 0.13 | 0.77 | 0 |
| HSL | 49.64º | 1% | 0.61% | - |
| HSV(B) | 49.64º | 0.77% | 1% | - |
| XYZ | 67.86 | 73.28 | 14.57 | - |
| YUV | 212.58 | 40.76 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 58 | 0 | 0.13 | 0.77 | 0 | 49.64 | 1 | 0.61 |
| Hex | FF | DD | 3A | 0 | D | 4D | 0 | 32 | 64 | 3D |
| Octal | 377 | 335 | 72 | 0 | 15 | 115 | 0 | 62 | 144 | 75 |
| Binary | 11111111 | 11011101 | 111010 | 0 | 1101 | 1001101 | 0 | 110010 | 1100100 | 111101 |
Color Harmonies of #FFDD3A
Complementary color
Monochromatic Colors of #FFDD3A
Black with #FFDD3A
Text Example
Text Example
White with #FFDD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD3A; }
p { color: rgb(255,221,58); }
H1.HeaderClassName
{
color: #FFDD3A;
}
.AnyTagClassName
{
color: #FFDD3A;
}
</style>
background-color css
<style>
a { background-color: #FFDD3A; }
a { background-color: rgb(255,221,58); }
div.DivClassName
{
background-color: #FFDD3A;
}
.BgClassName
{
background-color: #FFDD3A;
}
</style>
border-color css
<style>
span { border-color: #FFDD3A; }
span { border-color: rgb(255,221,58); }
td.TdClassName
{
border-color: #FFDD3A;
}
.TagClassName
{
border-color: #FFDD3A;
}
</style>