Shades of Bird Flower #DED400
Tints of Bird Flower #DED400
RGB
CMYK
RGB Variations
Color information
#DED400 (or 0xDED400) is known color: Bird Flower. HEX triplet: DE, D4 and 00. RGB value is (222,212,0). Sum of RGB (Red+Green+Blue) = 222+212+0=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DED400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED400 is #212BFF. Grayscale: #BFBFBF. Windows color (decimal): -2173952 or 54494. OLE color: 54494.
HSL color Cylindrical-coordinate representation of color #DED400: hue angle of 57.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DED400 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.13 |
| HSL | 57.3º | 1% | 0.44% | - |
| HSV(B) | 57.3º | 1% | 0.87% | - |
| XYZ | 53.67 | 62.62 | 9.26 | - |
| YUV | 190.82 | 20.31 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 0 | 0 | 0.05 | 1 | 0.13 | 57.3 | 1 | 0.44 |
| Hex | DE | D4 | 0 | 0 | 5 | 64 | D | 39 | 64 | 2C |
| Octal | 336 | 324 | 0 | 0 | 5 | 144 | 15 | 71 | 144 | 54 |
| Binary | 11011110 | 11010100 | 0 | 0 | 101 | 1100100 | 1101 | 111001 | 1100100 | 101100 |
Color Harmonies of #DED400
Complementary color
Monochromatic Colors of #DED400
Black with #DED400
Text Example
Text Example
White with #DED400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED400; }
p { color: rgb(222,212,0); }
H1.HeaderClassName
{
color: #DED400;
}
.AnyTagClassName
{
color: #DED400;
}
</style>
background-color css
<style>
a { background-color: #DED400; }
a { background-color: rgb(222,212,0); }
div.DivClassName
{
background-color: #DED400;
}
.BgClassName
{
background-color: #DED400;
}
</style>
border-color css
<style>
span { border-color: #DED400; }
span { border-color: rgb(222,212,0); }
td.TdClassName
{
border-color: #DED400;
}
.TagClassName
{
border-color: #DED400;
}
</style>