Shades of Bird Flower #DED000
Tints of Bird Flower #DED000
RGB
CMYK
RGB Variations
Color information
#DED000 (or 0xDED000) is known color: Bird Flower. HEX triplet: DE, D0 and 00. RGB value is (222,208,0). Sum of RGB (Red+Green+Blue) = 222+208+0=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DED000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED000 is #212FFF. Grayscale: #BDBDBD. Windows color (decimal): -2174976 or 53470. OLE color: 53470.
HSL color Cylindrical-coordinate representation of color #DED000: hue angle of 56.22º 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 #DED000 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.13 |
| HSL | 56.22º | 1% | 0.44% | - |
| HSV(B) | 56.22º | 1% | 0.87% | - |
| XYZ | 52.68 | 60.64 | 8.93 | - |
| YUV | 188.47 | 21.64 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 0 | 0 | 0.06 | 1 | 0.13 | 56.22 | 1 | 0.44 |
| Hex | DE | D0 | 0 | 0 | 6 | 64 | D | 38 | 64 | 2C |
| Octal | 336 | 320 | 0 | 0 | 6 | 144 | 15 | 70 | 144 | 54 |
| Binary | 11011110 | 11010000 | 0 | 0 | 110 | 1100100 | 1101 | 111000 | 1100100 | 101100 |
Color Harmonies of #DED000
Complementary color
Monochromatic Colors of #DED000
Black with #DED000
Text Example
Text Example
White with #DED000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED000; }
p { color: rgb(222,208,0); }
H1.HeaderClassName
{
color: #DED000;
}
.AnyTagClassName
{
color: #DED000;
}
</style>
background-color css
<style>
a { background-color: #DED000; }
a { background-color: rgb(222,208,0); }
div.DivClassName
{
background-color: #DED000;
}
.BgClassName
{
background-color: #DED000;
}
</style>
border-color css
<style>
span { border-color: #DED000; }
span { border-color: rgb(222,208,0); }
td.TdClassName
{
border-color: #DED000;
}
.TagClassName
{
border-color: #DED000;
}
</style>