Shades of Bird Flower #DED301
Tints of Bird Flower #DED301
RGB
CMYK
RGB Variations
Color information
#DED301 (or 0xDED301) is known color: Bird Flower. HEX triplet: DE, D3 and 01. RGB value is (222,211,1). Sum of RGB (Red+Green+Blue) = 222+211+1=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DED301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED301 is #212CFE. Grayscale: #BFBFBF. Windows color (decimal): -2174207 or 119774. OLE color: 119774.
HSL color Cylindrical-coordinate representation of color #DED301: hue angle of 57.01º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DED301 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.13 |
| HSL | 57.01º | 0.99% | 0.44% | - |
| HSV(B) | 57.01º | 1% | 0.87% | - |
| XYZ | 53.42 | 62.12 | 9.2 | - |
| YUV | 190.35 | 21.14 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 1 | 0 | 0.05 | 1.00 | 0.13 | 57.01 | 0.99 | 0.44 |
| Hex | DE | D3 | 1 | 0 | 5 | 64 | D | 39 | 63 | 2C |
| Octal | 336 | 323 | 1 | 0 | 5 | 144 | 15 | 71 | 143 | 54 |
| Binary | 11011110 | 11010011 | 1 | 0 | 101 | 1100100 | 1101 | 111001 | 1100011 | 101100 |
Color Harmonies of #DED301
Complementary color
Monochromatic Colors of #DED301
Black with #DED301
Text Example
Text Example
White with #DED301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED301; }
p { color: rgb(222,211,1); }
H1.HeaderClassName
{
color: #DED301;
}
.AnyTagClassName
{
color: #DED301;
}
</style>
background-color css
<style>
a { background-color: #DED301; }
a { background-color: rgb(222,211,1); }
div.DivClassName
{
background-color: #DED301;
}
.BgClassName
{
background-color: #DED301;
}
</style>
border-color css
<style>
span { border-color: #DED301; }
span { border-color: rgb(222,211,1); }
td.TdClassName
{
border-color: #DED301;
}
.TagClassName
{
border-color: #DED301;
}
</style>