Shades of Energy Yellow #FFDD47
Tints of Energy Yellow #FFDD47
RGB
CMYK
RGB Variations
Color information
#FFDD47 (or 0xFFDD47) is known color: Energy Yellow. HEX triplet: FF, DD and 47. RGB value is (255,221,71). Sum of RGB (Red+Green+Blue) = 255+221+71=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 71 (28.12% from 255 or 12.98% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD47 is #0022B8. Grayscale: #D6D6D6. Windows color (decimal): -8889 or 4709887. OLE color: 4709887.
HSL color Cylindrical-coordinate representation of color #FFDD47: hue angle of 48.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFDD47 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 71 | - |
| CMYK | 0 | 0.13 | 0.72 | 0 |
| HSL | 48.91º | 1% | 0.64% | - |
| HSV(B) | 48.91º | 0.72% | 1% | - |
| XYZ | 68.23 | 73.43 | 16.54 | - |
| YUV | 214.07 | 47.26 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 71 | 0 | 0.13 | 0.72 | 0 | 48.91 | 1 | 0.64 |
| Hex | FF | DD | 47 | 0 | D | 48 | 0 | 31 | 64 | 40 |
| Octal | 377 | 335 | 107 | 0 | 15 | 110 | 0 | 61 | 144 | 100 |
| Binary | 11111111 | 11011101 | 1000111 | 0 | 1101 | 1001000 | 0 | 110001 | 1100100 | 1000000 |
Color Harmonies of #FFDD47
Complementary color
Monochromatic Colors of #FFDD47
Black with #FFDD47
Text Example
Text Example
White with #FFDD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD47; }
p { color: rgb(255,221,71); }
H1.HeaderClassName
{
color: #FFDD47;
}
.AnyTagClassName
{
color: #FFDD47;
}
</style>
background-color css
<style>
a { background-color: #FFDD47; }
a { background-color: rgb(255,221,71); }
div.DivClassName
{
background-color: #FFDD47;
}
.BgClassName
{
background-color: #FFDD47;
}
</style>
border-color css
<style>
span { border-color: #FFDD47; }
span { border-color: rgb(255,221,71); }
td.TdClassName
{
border-color: #FFDD47;
}
.TagClassName
{
border-color: #FFDD47;
}
</style>