Shades of Bird Flower #D7D705
Tints of Bird Flower #D7D705
RGB
CMYK
RGB Variations
Color information
#D7D705 (or 0xD7D705) is known color: Bird Flower. HEX triplet: D7, D7 and 05. RGB value is (215,215,5). Sum of RGB (Red+Green+Blue) = 215+215+5=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D705 is #2828FA. Grayscale: #BFBFBF. Windows color (decimal): -2631931 or 382935. OLE color: 382935.
HSL color Cylindrical-coordinate representation of color #D7D705: hue angle of 60º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7D705 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 215 | 5 | - |
| CMYK | 0 | 0 | 0.98 | 0.16 |
| HSL | 60º | 0.95% | 0.43% | - |
| HSV(B) | 60º | 0.98% | 0.84% | - |
| XYZ | 52.35 | 63.06 | 9.56 | - |
| YUV | 191.06 | 23 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 215 | 5 | 0 | 0 | 0.98 | 0.16 | 60 | 0.95 | 0.43 |
| Hex | D7 | D7 | 5 | 0 | 0 | 62 | 10 | 3C | 5F | 2B |
| Octal | 327 | 327 | 5 | 0 | 0 | 142 | 20 | 74 | 137 | 53 |
| Binary | 11010111 | 11010111 | 101 | 0 | 0 | 1100010 | 10000 | 111100 | 1011111 | 101011 |
Color Harmonies of #D7D705
Complementary color
Monochromatic Colors of #D7D705
Black with #D7D705
Text Example
Text Example
White with #D7D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D705; }
p { color: rgb(215,215,5); }
H1.HeaderClassName
{
color: #D7D705;
}
.AnyTagClassName
{
color: #D7D705;
}
</style>
background-color css
<style>
a { background-color: #D7D705; }
a { background-color: rgb(215,215,5); }
div.DivClassName
{
background-color: #D7D705;
}
.BgClassName
{
background-color: #D7D705;
}
</style>
border-color css
<style>
span { border-color: #D7D705; }
span { border-color: rgb(215,215,5); }
td.TdClassName
{
border-color: #D7D705;
}
.TagClassName
{
border-color: #D7D705;
}
</style>