Shades of Bird Flower #DED705
Tints of Bird Flower #DED705
RGB
CMYK
RGB Variations
Color information
#DED705 (or 0xDED705) is known color: Bird Flower. HEX triplet: DE, D7 and 05. RGB value is (222,215,5). Sum of RGB (Red+Green+Blue) = 222+215+5=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DED705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED705 is #2128FA. Grayscale: #C2C2C2. Windows color (decimal): -2173179 or 382942. OLE color: 382942.
HSL color Cylindrical-coordinate representation of color #DED705: hue angle of 58.06º 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 #DED705 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.13 |
| HSL | 58.06º | 0.96% | 0.45% | - |
| HSV(B) | 58.06º | 0.98% | 0.87% | - |
| XYZ | 54.45 | 64.14 | 9.65 | - |
| YUV | 193.15 | 21.82 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 5 | 0 | 0.03 | 0.98 | 0.13 | 58.06 | 0.96 | 0.45 |
| Hex | DE | D7 | 5 | 0 | 3 | 62 | D | 3A | 60 | 2D |
| Octal | 336 | 327 | 5 | 0 | 3 | 142 | 15 | 72 | 140 | 55 |
| Binary | 11011110 | 11010111 | 101 | 0 | 11 | 1100010 | 1101 | 111010 | 1100000 | 101101 |
Color Harmonies of #DED705
Complementary color
Monochromatic Colors of #DED705
Black with #DED705
Text Example
Text Example
White with #DED705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED705; }
p { color: rgb(222,215,5); }
H1.HeaderClassName
{
color: #DED705;
}
.AnyTagClassName
{
color: #DED705;
}
</style>
background-color css
<style>
a { background-color: #DED705; }
a { background-color: rgb(222,215,5); }
div.DivClassName
{
background-color: #DED705;
}
.BgClassName
{
background-color: #DED705;
}
</style>
border-color css
<style>
span { border-color: #DED705; }
span { border-color: rgb(222,215,5); }
td.TdClassName
{
border-color: #DED705;
}
.TagClassName
{
border-color: #DED705;
}
</style>