Shades of Bird Flower #D7D407
Tints of Bird Flower #D7D407
RGB
CMYK
RGB Variations
Color information
#D7D407 (or 0xD7D407) is known color: Bird Flower. HEX triplet: D7, D4 and 07. RGB value is (215,212,7). Sum of RGB (Red+Green+Blue) = 215+212+7=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D407 is #282BF8. Grayscale: #BEBEBE. Windows color (decimal): -2632697 or 513239. OLE color: 513239.
HSL color Cylindrical-coordinate representation of color #D7D407: hue angle of 59.13º 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 #D7D407 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.16 |
| HSL | 59.13º | 0.94% | 0.44% | - |
| HSV(B) | 59.13º | 0.97% | 0.84% | - |
| XYZ | 51.61 | 61.55 | 9.36 | - |
| YUV | 189.53 | 24.99 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 7 | 0 | 0.01 | 0.97 | 0.16 | 59.13 | 0.94 | 0.44 |
| Hex | D7 | D4 | 7 | 0 | 1 | 61 | 10 | 3B | 5E | 2C |
| Octal | 327 | 324 | 7 | 0 | 1 | 141 | 20 | 73 | 136 | 54 |
| Binary | 11010111 | 11010100 | 111 | 0 | 1 | 1100001 | 10000 | 111011 | 1011110 | 101100 |
Color Harmonies of #D7D407
Complementary color
Monochromatic Colors of #D7D407
Black with #D7D407
Text Example
Text Example
White with #D7D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D407; }
p { color: rgb(215,212,7); }
H1.HeaderClassName
{
color: #D7D407;
}
.AnyTagClassName
{
color: #D7D407;
}
</style>
background-color css
<style>
a { background-color: #D7D407; }
a { background-color: rgb(215,212,7); }
div.DivClassName
{
background-color: #D7D407;
}
.BgClassName
{
background-color: #D7D407;
}
</style>
border-color css
<style>
span { border-color: #D7D407; }
span { border-color: rgb(215,212,7); }
td.TdClassName
{
border-color: #D7D407;
}
.TagClassName
{
border-color: #D7D407;
}
</style>