Shades of Bird Flower #DFD705
Tints of Bird Flower #DFD705
RGB
CMYK
RGB Variations
Color information
#DFD705 (or 0xDFD705) is known color: Bird Flower. HEX triplet: DF, D7 and 05. RGB value is (223,215,5). Sum of RGB (Red+Green+Blue) = 223+215+5=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD705 is #2028FA. Grayscale: #C2C2C2. Windows color (decimal): -2107643 or 382943. OLE color: 382943.
HSL color Cylindrical-coordinate representation of color #DFD705: hue angle of 57.8º 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 #DFD705 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.13 |
| HSL | 57.8º | 0.96% | 0.45% | - |
| HSV(B) | 57.8º | 0.98% | 0.87% | - |
| XYZ | 54.76 | 64.3 | 9.67 | - |
| YUV | 193.45 | 21.65 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 5 | 0 | 0.04 | 0.98 | 0.13 | 57.8 | 0.96 | 0.45 |
| Hex | DF | D7 | 5 | 0 | 4 | 62 | D | 3A | 60 | 2D |
| Octal | 337 | 327 | 5 | 0 | 4 | 142 | 15 | 72 | 140 | 55 |
| Binary | 11011111 | 11010111 | 101 | 0 | 100 | 1100010 | 1101 | 111010 | 1100000 | 101101 |
Color Harmonies of #DFD705
Complementary color
Monochromatic Colors of #DFD705
Black with #DFD705
Text Example
Text Example
White with #DFD705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD705; }
p { color: rgb(223,215,5); }
H1.HeaderClassName
{
color: #DFD705;
}
.AnyTagClassName
{
color: #DFD705;
}
</style>
background-color css
<style>
a { background-color: #DFD705; }
a { background-color: rgb(223,215,5); }
div.DivClassName
{
background-color: #DFD705;
}
.BgClassName
{
background-color: #DFD705;
}
</style>
border-color css
<style>
span { border-color: #DFD705; }
span { border-color: rgb(223,215,5); }
td.TdClassName
{
border-color: #DFD705;
}
.TagClassName
{
border-color: #DFD705;
}
</style>