Shades of Bird Flower #DEDA07
Tints of Bird Flower #DEDA07
RGB
CMYK
RGB Variations
Color information
#DEDA07 (or 0xDEDA07) is known color: Bird Flower. HEX triplet: DE, DA and 07. RGB value is (222,218,7). Sum of RGB (Red+Green+Blue) = 222+218+7=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA07 is #2125F8. Grayscale: #C3C3C3. Windows color (decimal): -2172409 or 514782. OLE color: 514782.
HSL color Cylindrical-coordinate representation of color #DEDA07: hue angle of 58.88º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEDA07 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.13 |
| HSL | 58.88º | 0.94% | 0.45% | - |
| HSV(B) | 58.88º | 0.97% | 0.87% | - |
| XYZ | 55.23 | 65.69 | 9.97 | - |
| YUV | 195.14 | 21.83 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 7 | 0 | 0.02 | 0.97 | 0.13 | 58.88 | 0.94 | 0.45 |
| Hex | DE | DA | 7 | 0 | 2 | 61 | D | 3B | 5E | 2D |
| Octal | 336 | 332 | 7 | 0 | 2 | 141 | 15 | 73 | 136 | 55 |
| Binary | 11011110 | 11011010 | 111 | 0 | 10 | 1100001 | 1101 | 111011 | 1011110 | 101101 |
Color Harmonies of #DEDA07
Complementary color
Monochromatic Colors of #DEDA07
Black with #DEDA07
Text Example
Text Example
White with #DEDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA07; }
p { color: rgb(222,218,7); }
H1.HeaderClassName
{
color: #DEDA07;
}
.AnyTagClassName
{
color: #DEDA07;
}
</style>
background-color css
<style>
a { background-color: #DEDA07; }
a { background-color: rgb(222,218,7); }
div.DivClassName
{
background-color: #DEDA07;
}
.BgClassName
{
background-color: #DEDA07;
}
</style>
border-color css
<style>
span { border-color: #DEDA07; }
span { border-color: rgb(222,218,7); }
td.TdClassName
{
border-color: #DEDA07;
}
.TagClassName
{
border-color: #DEDA07;
}
</style>