Shades of Bird Flower #DED508
Tints of Bird Flower #DED508
RGB
CMYK
RGB Variations
Color information
#DED508 (or 0xDED508) is known color: Bird Flower. HEX triplet: DE, D5 and 08. RGB value is (222,213,8). Sum of RGB (Red+Green+Blue) = 222+213+8=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED508 is #212AF7. Grayscale: #C1C1C1. Windows color (decimal): -2173688 or 579038. OLE color: 579038.
HSL color Cylindrical-coordinate representation of color #DED508: hue angle of 57.48º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DED508 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.13 |
| HSL | 57.48º | 0.93% | 0.45% | - |
| HSV(B) | 57.48º | 0.96% | 0.87% | - |
| XYZ | 53.96 | 63.14 | 9.57 | - |
| YUV | 192.32 | 23.98 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 8 | 0 | 0.04 | 0.96 | 0.13 | 57.48 | 0.93 | 0.45 |
| Hex | DE | D5 | 8 | 0 | 4 | 60 | D | 39 | 5D | 2D |
| Octal | 336 | 325 | 10 | 0 | 4 | 140 | 15 | 71 | 135 | 55 |
| Binary | 11011110 | 11010101 | 1000 | 0 | 100 | 1100000 | 1101 | 111001 | 1011101 | 101101 |
Color Harmonies of #DED508
Complementary color
Monochromatic Colors of #DED508
Black with #DED508
Text Example
Text Example
White with #DED508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED508; }
p { color: rgb(222,213,8); }
H1.HeaderClassName
{
color: #DED508;
}
.AnyTagClassName
{
color: #DED508;
}
</style>
background-color css
<style>
a { background-color: #DED508; }
a { background-color: rgb(222,213,8); }
div.DivClassName
{
background-color: #DED508;
}
.BgClassName
{
background-color: #DED508;
}
</style>
border-color css
<style>
span { border-color: #DED508; }
span { border-color: rgb(222,213,8); }
td.TdClassName
{
border-color: #DED508;
}
.TagClassName
{
border-color: #DED508;
}
</style>