Shades of Bird Flower #DEDC07
Tints of Bird Flower #DEDC07
RGB
CMYK
RGB Variations
Color information
#DEDC07 (or 0xDEDC07) is known color: Bird Flower. HEX triplet: DE, DC and 07. RGB value is (222,220,7). Sum of RGB (Red+Green+Blue) = 222+220+7=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC07 is #2123F8. Grayscale: #C5C5C5. Windows color (decimal): -2171897 or 515294. OLE color: 515294.
HSL color Cylindrical-coordinate representation of color #DEDC07: hue angle of 59.44º 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 #DEDC07 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.13 |
| HSL | 59.44º | 0.94% | 0.45% | - |
| HSV(B) | 59.44º | 0.97% | 0.87% | - |
| XYZ | 55.76 | 66.73 | 10.14 | - |
| YUV | 196.32 | 21.16 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 7 | 0 | 0.01 | 0.97 | 0.13 | 59.44 | 0.94 | 0.45 |
| Hex | DE | DC | 7 | 0 | 1 | 61 | D | 3B | 5E | 2D |
| Octal | 336 | 334 | 7 | 0 | 1 | 141 | 15 | 73 | 136 | 55 |
| Binary | 11011110 | 11011100 | 111 | 0 | 1 | 1100001 | 1101 | 111011 | 1011110 | 101101 |
Color Harmonies of #DEDC07
Complementary color
Monochromatic Colors of #DEDC07
Black with #DEDC07
Text Example
Text Example
White with #DEDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC07; }
p { color: rgb(222,220,7); }
H1.HeaderClassName
{
color: #DEDC07;
}
.AnyTagClassName
{
color: #DEDC07;
}
</style>
background-color css
<style>
a { background-color: #DEDC07; }
a { background-color: rgb(222,220,7); }
div.DivClassName
{
background-color: #DEDC07;
}
.BgClassName
{
background-color: #DEDC07;
}
</style>
border-color css
<style>
span { border-color: #DEDC07; }
span { border-color: rgb(222,220,7); }
td.TdClassName
{
border-color: #DEDC07;
}
.TagClassName
{
border-color: #DEDC07;
}
</style>