Shades of Bird Flower #D4D807
Tints of Bird Flower #D4D807
RGB
CMYK
RGB Variations
Color information
#D4D807 (or 0xD4D807) is known color: Bird Flower. HEX triplet: D4, D8 and 07. RGB value is (212,216,7). Sum of RGB (Red+Green+Blue) = 212+216+7=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D807 is #2B27F8. Grayscale: #BFBFBF. Windows color (decimal): -2828281 or 514260. OLE color: 514260.
HSL color Cylindrical-coordinate representation of color #D4D807: hue angle of 61.15º degrees, saturation: 0.94, 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 #D4D807 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 7 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.15 |
| HSL | 61.15º | 0.94% | 0.44% | - |
| HSV(B) | 61.15º | 0.97% | 0.85% | - |
| XYZ | 51.75 | 63.12 | 9.66 | - |
| YUV | 190.98 | 24.17 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 7 | 0.02 | 0 | 0.97 | 0.15 | 61.15 | 0.94 | 0.44 |
| Hex | D4 | D8 | 7 | 2 | 0 | 61 | F | 3D | 5E | 2C |
| Octal | 324 | 330 | 7 | 2 | 0 | 141 | 17 | 75 | 136 | 54 |
| Binary | 11010100 | 11011000 | 111 | 10 | 0 | 1100001 | 1111 | 111101 | 1011110 | 101100 |
Color Harmonies of #D4D807
Complementary color
Monochromatic Colors of #D4D807
Black with #D4D807
Text Example
Text Example
White with #D4D807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D807; }
p { color: rgb(212,216,7); }
H1.HeaderClassName
{
color: #D4D807;
}
.AnyTagClassName
{
color: #D4D807;
}
</style>
background-color css
<style>
a { background-color: #D4D807; }
a { background-color: rgb(212,216,7); }
div.DivClassName
{
background-color: #D4D807;
}
.BgClassName
{
background-color: #D4D807;
}
</style>
border-color css
<style>
span { border-color: #D4D807; }
span { border-color: rgb(212,216,7); }
td.TdClassName
{
border-color: #D4D807;
}
.TagClassName
{
border-color: #D4D807;
}
</style>