Shades of Bird Flower #DED80A
Tints of Bird Flower #DED80A
RGB
CMYK
RGB Variations
Color information
#DED80A (or 0xDED80A) is known color: Bird Flower. HEX triplet: DE, D8 and 0A. RGB value is (222,216,10). Sum of RGB (Red+Green+Blue) = 222+216+10=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DED80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED80A is #2127F5. Grayscale: #C3C3C3. Windows color (decimal): -2172918 or 710878. OLE color: 710878.
HSL color Cylindrical-coordinate representation of color #DED80A: hue angle of 58.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DED80A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.13 |
| HSL | 58.3º | 0.91% | 0.45% | - |
| HSV(B) | 58.3º | 0.95% | 0.87% | - |
| XYZ | 54.73 | 64.66 | 9.88 | - |
| YUV | 194.31 | 23.99 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 10 | 0 | 0.03 | 0.95 | 0.13 | 58.3 | 0.91 | 0.45 |
| Hex | DE | D8 | A | 0 | 3 | 5F | D | 3A | 5B | 2D |
| Octal | 336 | 330 | 12 | 0 | 3 | 137 | 15 | 72 | 133 | 55 |
| Binary | 11011110 | 11011000 | 1010 | 0 | 11 | 1011111 | 1101 | 111010 | 1011011 | 101101 |
Color Harmonies of #DED80A
Complementary color
Monochromatic Colors of #DED80A
Black with #DED80A
Text Example
Text Example
White with #DED80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED80A; }
p { color: rgb(222,216,10); }
H1.HeaderClassName
{
color: #DED80A;
}
.AnyTagClassName
{
color: #DED80A;
}
</style>
background-color css
<style>
a { background-color: #DED80A; }
a { background-color: rgb(222,216,10); }
div.DivClassName
{
background-color: #DED80A;
}
.BgClassName
{
background-color: #DED80A;
}
</style>
border-color css
<style>
span { border-color: #DED80A; }
span { border-color: rgb(222,216,10); }
td.TdClassName
{
border-color: #DED80A;
}
.TagClassName
{
border-color: #DED80A;
}
</style>