Shades of Bird Flower #D7D701
Tints of Bird Flower #D7D701
RGB
CMYK
RGB Variations
Color information
#D7D701 (or 0xD7D701) is known color: Bird Flower. HEX triplet: D7, D7 and 01. RGB value is (215,215,1). Sum of RGB (Red+Green+Blue) = 215+215+1=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D701 is #2828FE. Grayscale: #BFBFBF. Windows color (decimal): -2631935 or 120791. OLE color: 120791.
HSL color Cylindrical-coordinate representation of color #D7D701: hue angle of 60º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7D701 is Cyan = 0, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 215 | 1 | - |
| CMYK | 0 | 0 | 1.00 | 0.16 |
| HSL | 60º | 0.99% | 0.42% | - |
| HSV(B) | 60º | 1% | 0.84% | - |
| XYZ | 52.33 | 63.05 | 9.44 | - |
| YUV | 190.6 | 21 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 215 | 1 | 0 | 0 | 1.00 | 0.16 | 60 | 0.99 | 0.42 |
| Hex | D7 | D7 | 1 | 0 | 0 | 64 | 10 | 3C | 63 | 2A |
| Octal | 327 | 327 | 1 | 0 | 0 | 144 | 20 | 74 | 143 | 52 |
| Binary | 11010111 | 11010111 | 1 | 0 | 0 | 1100100 | 10000 | 111100 | 1100011 | 101010 |
Color Harmonies of #D7D701
Complementary color
Monochromatic Colors of #D7D701
Black with #D7D701
Text Example
Text Example
White with #D7D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D701; }
p { color: rgb(215,215,1); }
H1.HeaderClassName
{
color: #D7D701;
}
.AnyTagClassName
{
color: #D7D701;
}
</style>
background-color css
<style>
a { background-color: #D7D701; }
a { background-color: rgb(215,215,1); }
div.DivClassName
{
background-color: #D7D701;
}
.BgClassName
{
background-color: #D7D701;
}
</style>
border-color css
<style>
span { border-color: #D7D701; }
span { border-color: rgb(215,215,1); }
td.TdClassName
{
border-color: #D7D701;
}
.TagClassName
{
border-color: #D7D701;
}
</style>