Shades of Bird Flower #D6D407
Tints of Bird Flower #D6D407
RGB
CMYK
RGB Variations
Color information
#D6D407 (or 0xD6D407) is known color: Bird Flower. HEX triplet: D6, D4 and 07. RGB value is (214,212,7). Sum of RGB (Red+Green+Blue) = 214+212+7=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D407 is #292BF8. Grayscale: #BEBEBE. Windows color (decimal): -2698233 or 513238. OLE color: 513238.
HSL color Cylindrical-coordinate representation of color #D6D407: hue angle of 59.42º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6D407 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.16 |
| HSL | 59.42º | 0.94% | 0.43% | - |
| HSV(B) | 59.42º | 0.97% | 0.84% | - |
| XYZ | 51.31 | 61.4 | 9.35 | - |
| YUV | 189.23 | 25.16 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 7 | 0 | 0.01 | 0.97 | 0.16 | 59.42 | 0.94 | 0.43 |
| Hex | D6 | D4 | 7 | 0 | 1 | 61 | 10 | 3B | 5E | 2B |
| Octal | 326 | 324 | 7 | 0 | 1 | 141 | 20 | 73 | 136 | 53 |
| Binary | 11010110 | 11010100 | 111 | 0 | 1 | 1100001 | 10000 | 111011 | 1011110 | 101011 |
Color Harmonies of #D6D407
Complementary color
Monochromatic Colors of #D6D407
Black with #D6D407
Text Example
Text Example
White with #D6D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D407; }
p { color: rgb(214,212,7); }
H1.HeaderClassName
{
color: #D6D407;
}
.AnyTagClassName
{
color: #D6D407;
}
</style>
background-color css
<style>
a { background-color: #D6D407; }
a { background-color: rgb(214,212,7); }
div.DivClassName
{
background-color: #D6D407;
}
.BgClassName
{
background-color: #D6D407;
}
</style>
border-color css
<style>
span { border-color: #D6D407; }
span { border-color: rgb(214,212,7); }
td.TdClassName
{
border-color: #D6D407;
}
.TagClassName
{
border-color: #D6D407;
}
</style>