Shades of Bird Flower #D4D009
Tints of Bird Flower #D4D009
RGB
CMYK
RGB Variations
Color information
#D4D009 (or 0xD4D009) is known color: Bird Flower. HEX triplet: D4, D0 and 09. RGB value is (212,208,9). Sum of RGB (Red+Green+Blue) = 212+208+9=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D009 is #2B2FF6. Grayscale: #BBBBBB. Windows color (decimal): -2830327 or 643284. OLE color: 643284.
HSL color Cylindrical-coordinate representation of color #D4D009: hue angle of 58.82º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4D009 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.17 |
| HSL | 58.82º | 0.92% | 0.43% | - |
| HSV(B) | 58.82º | 0.96% | 0.83% | - |
| XYZ | 49.76 | 59.13 | 9.05 | - |
| YUV | 186.51 | 27.83 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 9 | 0 | 0.02 | 0.96 | 0.17 | 58.82 | 0.92 | 0.43 |
| Hex | D4 | D0 | 9 | 0 | 2 | 60 | 11 | 3B | 5C | 2B |
| Octal | 324 | 320 | 11 | 0 | 2 | 140 | 21 | 73 | 134 | 53 |
| Binary | 11010100 | 11010000 | 1001 | 0 | 10 | 1100000 | 10001 | 111011 | 1011100 | 101011 |
Color Harmonies of #D4D009
Complementary color
Monochromatic Colors of #D4D009
Black with #D4D009
Text Example
Text Example
White with #D4D009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D009; }
p { color: rgb(212,208,9); }
H1.HeaderClassName
{
color: #D4D009;
}
.AnyTagClassName
{
color: #D4D009;
}
</style>
background-color css
<style>
a { background-color: #D4D009; }
a { background-color: rgb(212,208,9); }
div.DivClassName
{
background-color: #D4D009;
}
.BgClassName
{
background-color: #D4D009;
}
</style>
border-color css
<style>
span { border-color: #D4D009; }
span { border-color: rgb(212,208,9); }
td.TdClassName
{
border-color: #D4D009;
}
.TagClassName
{
border-color: #D4D009;
}
</style>