Shades of Bird Flower #DED805
Tints of Bird Flower #DED805
RGB
CMYK
RGB Variations
Color information
#DED805 (or 0xDED805) is known color: Bird Flower. HEX triplet: DE, D8 and 05. RGB value is (222,216,5). Sum of RGB (Red+Green+Blue) = 222+216+5=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED805 is #2127FA. Grayscale: #C2C2C2. Windows color (decimal): -2172923 or 383198. OLE color: 383198.
HSL color Cylindrical-coordinate representation of color #DED805: hue angle of 58.34º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DED805 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.13 |
| HSL | 58.34º | 0.96% | 0.45% | - |
| HSV(B) | 58.34º | 0.98% | 0.87% | - |
| XYZ | 54.71 | 64.65 | 9.74 | - |
| YUV | 193.74 | 21.49 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 5 | 0 | 0.03 | 0.98 | 0.13 | 58.34 | 0.96 | 0.45 |
| Hex | DE | D8 | 5 | 0 | 3 | 62 | D | 3A | 60 | 2D |
| Octal | 336 | 330 | 5 | 0 | 3 | 142 | 15 | 72 | 140 | 55 |
| Binary | 11011110 | 11011000 | 101 | 0 | 11 | 1100010 | 1101 | 111010 | 1100000 | 101101 |
Color Harmonies of #DED805
Complementary color
Monochromatic Colors of #DED805
Black with #DED805
Text Example
Text Example
White with #DED805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED805; }
p { color: rgb(222,216,5); }
H1.HeaderClassName
{
color: #DED805;
}
.AnyTagClassName
{
color: #DED805;
}
</style>
background-color css
<style>
a { background-color: #DED805; }
a { background-color: rgb(222,216,5); }
div.DivClassName
{
background-color: #DED805;
}
.BgClassName
{
background-color: #DED805;
}
</style>
border-color css
<style>
span { border-color: #DED805; }
span { border-color: rgb(222,216,5); }
td.TdClassName
{
border-color: #DED805;
}
.TagClassName
{
border-color: #DED805;
}
</style>