Shades of Bird Flower #DED300
Tints of Bird Flower #DED300
RGB
CMYK
RGB Variations
Color information
#DED300 (or 0xDED300) is known color: Bird Flower. HEX triplet: DE, D3 and 00. RGB value is (222,211,0). Sum of RGB (Red+Green+Blue) = 222+211+0=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DED300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED300 is #212CFF. Grayscale: #BFBFBF. Windows color (decimal): -2174208 or 54238. OLE color: 54238.
HSL color Cylindrical-coordinate representation of color #DED300: hue angle of 57.03º 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 #DED300 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.13 |
| HSL | 57.03º | 1% | 0.44% | - |
| HSV(B) | 57.03º | 1% | 0.87% | - |
| XYZ | 53.42 | 62.12 | 9.17 | - |
| YUV | 190.24 | 20.64 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 0 | 0 | 0.05 | 1 | 0.13 | 57.03 | 1 | 0.44 |
| Hex | DE | D3 | 0 | 0 | 5 | 64 | D | 39 | 64 | 2C |
| Octal | 336 | 323 | 0 | 0 | 5 | 144 | 15 | 71 | 144 | 54 |
| Binary | 11011110 | 11010011 | 0 | 0 | 101 | 1100100 | 1101 | 111001 | 1100100 | 101100 |
Color Harmonies of #DED300
Complementary color
Monochromatic Colors of #DED300
Black with #DED300
Text Example
Text Example
White with #DED300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED300; }
p { color: rgb(222,211,0); }
H1.HeaderClassName
{
color: #DED300;
}
.AnyTagClassName
{
color: #DED300;
}
</style>
background-color css
<style>
a { background-color: #DED300; }
a { background-color: rgb(222,211,0); }
div.DivClassName
{
background-color: #DED300;
}
.BgClassName
{
background-color: #DED300;
}
</style>
border-color css
<style>
span { border-color: #DED300; }
span { border-color: rgb(222,211,0); }
td.TdClassName
{
border-color: #DED300;
}
.TagClassName
{
border-color: #DED300;
}
</style>