Shades of Bird Flower #DEDA05
Tints of Bird Flower #DEDA05
RGB
CMYK
RGB Variations
Color information
#DEDA05 (or 0xDEDA05) is known color: Bird Flower. HEX triplet: DE, DA and 05. RGB value is (222,218,5). Sum of RGB (Red+Green+Blue) = 222+218+5=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA05 is #2125FA. Grayscale: #C3C3C3. Windows color (decimal): -2172411 or 383710. OLE color: 383710.
HSL color Cylindrical-coordinate representation of color #DEDA05: hue angle of 58.89º 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 #DEDA05 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.13 |
| HSL | 58.89º | 0.96% | 0.45% | - |
| HSV(B) | 58.89º | 0.98% | 0.87% | - |
| XYZ | 55.22 | 65.68 | 9.91 | - |
| YUV | 194.91 | 20.83 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 5 | 0 | 0.02 | 0.98 | 0.13 | 58.89 | 0.96 | 0.45 |
| Hex | DE | DA | 5 | 0 | 2 | 62 | D | 3B | 60 | 2D |
| Octal | 336 | 332 | 5 | 0 | 2 | 142 | 15 | 73 | 140 | 55 |
| Binary | 11011110 | 11011010 | 101 | 0 | 10 | 1100010 | 1101 | 111011 | 1100000 | 101101 |
Color Harmonies of #DEDA05
Complementary color
Monochromatic Colors of #DEDA05
Black with #DEDA05
Text Example
Text Example
White with #DEDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA05; }
p { color: rgb(222,218,5); }
H1.HeaderClassName
{
color: #DEDA05;
}
.AnyTagClassName
{
color: #DEDA05;
}
</style>
background-color css
<style>
a { background-color: #DEDA05; }
a { background-color: rgb(222,218,5); }
div.DivClassName
{
background-color: #DEDA05;
}
.BgClassName
{
background-color: #DEDA05;
}
</style>
border-color css
<style>
span { border-color: #DEDA05; }
span { border-color: rgb(222,218,5); }
td.TdClassName
{
border-color: #DEDA05;
}
.TagClassName
{
border-color: #DEDA05;
}
</style>