Shades of Bird Flower #D4D806
Tints of Bird Flower #D4D806
RGB
CMYK
RGB Variations
Color information
#D4D806 (or 0xD4D806) is known color: Bird Flower. HEX triplet: D4, D8 and 06. RGB value is (212,216,6). Sum of RGB (Red+Green+Blue) = 212+216+6=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D806 is #2B27F9. Grayscale: #BFBFBF. Windows color (decimal): -2828282 or 448724. OLE color: 448724.
HSL color Cylindrical-coordinate representation of color #D4D806: hue angle of 61.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4D806 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 6 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.15 |
| HSL | 61.14º | 0.95% | 0.44% | - |
| HSV(B) | 61.14º | 0.97% | 0.85% | - |
| XYZ | 51.74 | 63.12 | 9.63 | - |
| YUV | 190.86 | 23.67 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 6 | 0.02 | 0 | 0.97 | 0.15 | 61.14 | 0.95 | 0.44 |
| Hex | D4 | D8 | 6 | 2 | 0 | 61 | F | 3D | 5F | 2C |
| Octal | 324 | 330 | 6 | 2 | 0 | 141 | 17 | 75 | 137 | 54 |
| Binary | 11010100 | 11011000 | 110 | 10 | 0 | 1100001 | 1111 | 111101 | 1011111 | 101100 |
Color Harmonies of #D4D806
Complementary color
Monochromatic Colors of #D4D806
Black with #D4D806
Text Example
Text Example
White with #D4D806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D806; }
p { color: rgb(212,216,6); }
H1.HeaderClassName
{
color: #D4D806;
}
.AnyTagClassName
{
color: #D4D806;
}
</style>
background-color css
<style>
a { background-color: #D4D806; }
a { background-color: rgb(212,216,6); }
div.DivClassName
{
background-color: #D4D806;
}
.BgClassName
{
background-color: #D4D806;
}
</style>
border-color css
<style>
span { border-color: #D4D806; }
span { border-color: rgb(212,216,6); }
td.TdClassName
{
border-color: #D4D806;
}
.TagClassName
{
border-color: #D4D806;
}
</style>