Shades of Bird Flower #DED407
Tints of Bird Flower #DED407
RGB
CMYK
RGB Variations
Color information
#DED407 (or 0xDED407) is known color: Bird Flower. HEX triplet: DE, D4 and 07. RGB value is (222,212,7). Sum of RGB (Red+Green+Blue) = 222+212+7=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DED407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED407 is #212BF8. Grayscale: #C0C0C0. Windows color (decimal): -2173945 or 513246. OLE color: 513246.
HSL color Cylindrical-coordinate representation of color #DED407: hue angle of 57.21º 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 #DED407 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.13 |
| HSL | 57.21º | 0.94% | 0.45% | - |
| HSV(B) | 57.21º | 0.97% | 0.87% | - |
| XYZ | 53.71 | 62.63 | 9.46 | - |
| YUV | 191.62 | 23.81 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 7 | 0 | 0.05 | 0.97 | 0.13 | 57.21 | 0.94 | 0.45 |
| Hex | DE | D4 | 7 | 0 | 5 | 61 | D | 39 | 5E | 2D |
| Octal | 336 | 324 | 7 | 0 | 5 | 141 | 15 | 71 | 136 | 55 |
| Binary | 11011110 | 11010100 | 111 | 0 | 101 | 1100001 | 1101 | 111001 | 1011110 | 101101 |
Color Harmonies of #DED407
Complementary color
Monochromatic Colors of #DED407
Black with #DED407
Text Example
Text Example
White with #DED407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED407; }
p { color: rgb(222,212,7); }
H1.HeaderClassName
{
color: #DED407;
}
.AnyTagClassName
{
color: #DED407;
}
</style>
background-color css
<style>
a { background-color: #DED407; }
a { background-color: rgb(222,212,7); }
div.DivClassName
{
background-color: #DED407;
}
.BgClassName
{
background-color: #DED407;
}
</style>
border-color css
<style>
span { border-color: #DED407; }
span { border-color: rgb(222,212,7); }
td.TdClassName
{
border-color: #DED407;
}
.TagClassName
{
border-color: #DED407;
}
</style>