Shades of Bird Flower #DED101
Tints of Bird Flower #DED101
RGB
CMYK
RGB Variations
Color information
#DED101 (or 0xDED101) is known color: Bird Flower. HEX triplet: DE, D1 and 01. RGB value is (222,209,1). Sum of RGB (Red+Green+Blue) = 222+209+1=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DED101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED101 is #212EFE. Grayscale: #BEBEBE. Windows color (decimal): -2174719 or 119262. OLE color: 119262.
HSL color Cylindrical-coordinate representation of color #DED101: hue angle of 56.47º 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 #DED101 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.13 |
| HSL | 56.47º | 0.99% | 0.44% | - |
| HSV(B) | 56.47º | 1% | 0.87% | - |
| XYZ | 52.93 | 61.13 | 9.04 | - |
| YUV | 189.18 | 21.81 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 1 | 0 | 0.06 | 1.00 | 0.13 | 56.47 | 0.99 | 0.44 |
| Hex | DE | D1 | 1 | 0 | 6 | 64 | D | 38 | 63 | 2C |
| Octal | 336 | 321 | 1 | 0 | 6 | 144 | 15 | 70 | 143 | 54 |
| Binary | 11011110 | 11010001 | 1 | 0 | 110 | 1100100 | 1101 | 111000 | 1100011 | 101100 |
Color Harmonies of #DED101
Complementary color
Monochromatic Colors of #DED101
Black with #DED101
Text Example
Text Example
White with #DED101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED101; }
p { color: rgb(222,209,1); }
H1.HeaderClassName
{
color: #DED101;
}
.AnyTagClassName
{
color: #DED101;
}
</style>
background-color css
<style>
a { background-color: #DED101; }
a { background-color: rgb(222,209,1); }
div.DivClassName
{
background-color: #DED101;
}
.BgClassName
{
background-color: #DED101;
}
</style>
border-color css
<style>
span { border-color: #DED101; }
span { border-color: rgb(222,209,1); }
td.TdClassName
{
border-color: #DED101;
}
.TagClassName
{
border-color: #DED101;
}
</style>