Shades of Bird Flower #DED904
Tints of Bird Flower #DED904
RGB
CMYK
RGB Variations
Color information
#DED904 (or 0xDED904) is known color: Bird Flower. HEX triplet: DE, D9 and 04. RGB value is (222,217,4). Sum of RGB (Red+Green+Blue) = 222+217+4=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED904 is #2126FB. Grayscale: #C3C3C3. Windows color (decimal): -2172668 or 317918. OLE color: 317918.
HSL color Cylindrical-coordinate representation of color #DED904: hue angle of 58.62º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DED904 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.13 |
| HSL | 58.62º | 0.96% | 0.44% | - |
| HSV(B) | 58.62º | 0.98% | 0.87% | - |
| XYZ | 54.96 | 65.16 | 9.8 | - |
| YUV | 194.21 | 20.66 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 4 | 0 | 0.02 | 0.98 | 0.13 | 58.62 | 0.96 | 0.44 |
| Hex | DE | D9 | 4 | 0 | 2 | 62 | D | 3B | 60 | 2C |
| Octal | 336 | 331 | 4 | 0 | 2 | 142 | 15 | 73 | 140 | 54 |
| Binary | 11011110 | 11011001 | 100 | 0 | 10 | 1100010 | 1101 | 111011 | 1100000 | 101100 |
Color Harmonies of #DED904
Complementary color
Monochromatic Colors of #DED904
Black with #DED904
Text Example
Text Example
White with #DED904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED904; }
p { color: rgb(222,217,4); }
H1.HeaderClassName
{
color: #DED904;
}
.AnyTagClassName
{
color: #DED904;
}
</style>
background-color css
<style>
a { background-color: #DED904; }
a { background-color: rgb(222,217,4); }
div.DivClassName
{
background-color: #DED904;
}
.BgClassName
{
background-color: #DED904;
}
</style>
border-color css
<style>
span { border-color: #DED904; }
span { border-color: rgb(222,217,4); }
td.TdClassName
{
border-color: #DED904;
}
.TagClassName
{
border-color: #DED904;
}
</style>