Shades of Bird Flower #DED100
Tints of Bird Flower #DED100
RGB
CMYK
RGB Variations
Color information
#DED100 (or 0xDED100) is known color: Bird Flower. HEX triplet: DE, D1 and 00. RGB value is (222,209,0). Sum of RGB (Red+Green+Blue) = 222+209+0=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DED100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED100 is #212EFF. Grayscale: #BDBDBD. Windows color (decimal): -2174720 or 53726. OLE color: 53726.
HSL color Cylindrical-coordinate representation of color #DED100: hue angle of 56.49º 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 #DED100 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.13 |
| HSL | 56.49º | 1% | 0.44% | - |
| HSV(B) | 56.49º | 1% | 0.87% | - |
| XYZ | 52.92 | 61.13 | 9.01 | - |
| YUV | 189.06 | 21.31 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 0 | 0 | 0.06 | 1 | 0.13 | 56.49 | 1 | 0.44 |
| Hex | DE | D1 | 0 | 0 | 6 | 64 | D | 38 | 64 | 2C |
| Octal | 336 | 321 | 0 | 0 | 6 | 144 | 15 | 70 | 144 | 54 |
| Binary | 11011110 | 11010001 | 0 | 0 | 110 | 1100100 | 1101 | 111000 | 1100100 | 101100 |
Color Harmonies of #DED100
Complementary color
Monochromatic Colors of #DED100
Black with #DED100
Text Example
Text Example
White with #DED100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED100; }
p { color: rgb(222,209,0); }
H1.HeaderClassName
{
color: #DED100;
}
.AnyTagClassName
{
color: #DED100;
}
</style>
background-color css
<style>
a { background-color: #DED100; }
a { background-color: rgb(222,209,0); }
div.DivClassName
{
background-color: #DED100;
}
.BgClassName
{
background-color: #DED100;
}
</style>
border-color css
<style>
span { border-color: #DED100; }
span { border-color: rgb(222,209,0); }
td.TdClassName
{
border-color: #DED100;
}
.TagClassName
{
border-color: #DED100;
}
</style>