Shades of Bird Flower #D7D607
Tints of Bird Flower #D7D607
RGB
CMYK
RGB Variations
Color information
#D7D607 (or 0xD7D607) is known color: Bird Flower. HEX triplet: D7, D6 and 07. RGB value is (215,214,7). Sum of RGB (Red+Green+Blue) = 215+214+7=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D607 is #2829F8. Grayscale: #BFBFBF. Windows color (decimal): -2632185 or 513751. OLE color: 513751.
HSL color Cylindrical-coordinate representation of color #D7D607: hue angle of 59.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7D607 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 7 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.16 |
| HSL | 59.71º | 0.94% | 0.44% | - |
| HSV(B) | 59.71º | 0.97% | 0.84% | - |
| XYZ | 52.11 | 62.56 | 9.53 | - |
| YUV | 190.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 7 | 0 | 0.00 | 0.97 | 0.16 | 59.71 | 0.94 | 0.44 |
| Hex | D7 | D6 | 7 | 0 | 0 | 61 | 10 | 3C | 5E | 2C |
| Octal | 327 | 326 | 7 | 0 | 0 | 141 | 20 | 74 | 136 | 54 |
| Binary | 11010111 | 11010110 | 111 | 0 | 0 | 1100001 | 10000 | 111100 | 1011110 | 101100 |
Color Harmonies of #D7D607
Complementary color
Monochromatic Colors of #D7D607
Black with #D7D607
Text Example
Text Example
White with #D7D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D607; }
p { color: rgb(215,214,7); }
H1.HeaderClassName
{
color: #D7D607;
}
.AnyTagClassName
{
color: #D7D607;
}
</style>
background-color css
<style>
a { background-color: #D7D607; }
a { background-color: rgb(215,214,7); }
div.DivClassName
{
background-color: #D7D607;
}
.BgClassName
{
background-color: #D7D607;
}
</style>
border-color css
<style>
span { border-color: #D7D607; }
span { border-color: rgb(215,214,7); }
td.TdClassName
{
border-color: #D7D607;
}
.TagClassName
{
border-color: #D7D607;
}
</style>