Shades of Bird Flower #DED105
Tints of Bird Flower #DED105
RGB
CMYK
RGB Variations
Color information
#DED105 (or 0xDED105) is known color: Bird Flower. HEX triplet: DE, D1 and 05. RGB value is (222,209,5). Sum of RGB (Red+Green+Blue) = 222+209+5=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DED105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED105 is #212EFA. Grayscale: #BEBEBE. Windows color (decimal): -2174715 or 381406. OLE color: 381406.
HSL color Cylindrical-coordinate representation of color #DED105: hue angle of 56.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DED105 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.13 |
| HSL | 56.41º | 0.96% | 0.45% | - |
| HSV(B) | 56.41º | 0.98% | 0.87% | - |
| XYZ | 52.95 | 61.14 | 9.15 | - |
| YUV | 189.63 | 23.81 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 5 | 0 | 0.06 | 0.98 | 0.13 | 56.41 | 0.96 | 0.45 |
| Hex | DE | D1 | 5 | 0 | 6 | 62 | D | 38 | 60 | 2D |
| Octal | 336 | 321 | 5 | 0 | 6 | 142 | 15 | 70 | 140 | 55 |
| Binary | 11011110 | 11010001 | 101 | 0 | 110 | 1100010 | 1101 | 111000 | 1100000 | 101101 |
Color Harmonies of #DED105
Complementary color
Monochromatic Colors of #DED105
Black with #DED105
Text Example
Text Example
White with #DED105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED105; }
p { color: rgb(222,209,5); }
H1.HeaderClassName
{
color: #DED105;
}
.AnyTagClassName
{
color: #DED105;
}
</style>
background-color css
<style>
a { background-color: #DED105; }
a { background-color: rgb(222,209,5); }
div.DivClassName
{
background-color: #DED105;
}
.BgClassName
{
background-color: #DED105;
}
</style>
border-color css
<style>
span { border-color: #DED105; }
span { border-color: rgb(222,209,5); }
td.TdClassName
{
border-color: #DED105;
}
.TagClassName
{
border-color: #DED105;
}
</style>