Shades of Bird Flower #DED804
Tints of Bird Flower #DED804
RGB
CMYK
RGB Variations
Color information
#DED804 (or 0xDED804) is known color: Bird Flower. HEX triplet: DE, D8 and 04. RGB value is (222,216,4). Sum of RGB (Red+Green+Blue) = 222+216+4=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DED804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED804 is #2127FB. Grayscale: #C2C2C2. Windows color (decimal): -2172924 or 317662. OLE color: 317662.
HSL color Cylindrical-coordinate representation of color #DED804: hue angle of 58.35º 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 #DED804 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.13 |
| HSL | 58.35º | 0.96% | 0.44% | - |
| HSV(B) | 58.35º | 0.98% | 0.87% | - |
| XYZ | 54.7 | 64.65 | 9.71 | - |
| YUV | 193.63 | 20.99 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 4 | 0 | 0.03 | 0.98 | 0.13 | 58.35 | 0.96 | 0.44 |
| Hex | DE | D8 | 4 | 0 | 3 | 62 | D | 3A | 60 | 2C |
| Octal | 336 | 330 | 4 | 0 | 3 | 142 | 15 | 72 | 140 | 54 |
| Binary | 11011110 | 11011000 | 100 | 0 | 11 | 1100010 | 1101 | 111010 | 1100000 | 101100 |
Color Harmonies of #DED804
Complementary color
Monochromatic Colors of #DED804
Black with #DED804
Text Example
Text Example
White with #DED804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED804; }
p { color: rgb(222,216,4); }
H1.HeaderClassName
{
color: #DED804;
}
.AnyTagClassName
{
color: #DED804;
}
</style>
background-color css
<style>
a { background-color: #DED804; }
a { background-color: rgb(222,216,4); }
div.DivClassName
{
background-color: #DED804;
}
.BgClassName
{
background-color: #DED804;
}
</style>
border-color css
<style>
span { border-color: #DED804; }
span { border-color: rgb(222,216,4); }
td.TdClassName
{
border-color: #DED804;
}
.TagClassName
{
border-color: #DED804;
}
</style>