Shades of Bird Flower #D4DC09
Tints of Bird Flower #D4DC09
RGB
CMYK
RGB Variations
Color information
#D4DC09 (or 0xD4DC09) is known color: Bird Flower. HEX triplet: D4, DC and 09. RGB value is (212,220,9). Sum of RGB (Red+Green+Blue) = 212+220+9=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DC09 is #2B23F6. Grayscale: #C2C2C2. Windows color (decimal): -2827255 or 646356. OLE color: 646356.
HSL color Cylindrical-coordinate representation of color #D4DC09: hue angle of 62.27º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4DC09 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 9 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.14 |
| HSL | 62.27º | 0.92% | 0.45% | - |
| HSV(B) | 62.27º | 0.96% | 0.86% | - |
| XYZ | 52.79 | 65.2 | 10.06 | - |
| YUV | 193.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 9 | 0.04 | 0 | 0.96 | 0.14 | 62.27 | 0.92 | 0.45 |
| Hex | D4 | DC | 9 | 4 | 0 | 60 | E | 3E | 5C | 2D |
| Octal | 324 | 334 | 11 | 4 | 0 | 140 | 16 | 76 | 134 | 55 |
| Binary | 11010100 | 11011100 | 1001 | 100 | 0 | 1100000 | 1110 | 111110 | 1011100 | 101101 |
Color Harmonies of #D4DC09
Complementary color
Monochromatic Colors of #D4DC09
Black with #D4DC09
Text Example
Text Example
White with #D4DC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC09; }
p { color: rgb(212,220,9); }
H1.HeaderClassName
{
color: #D4DC09;
}
.AnyTagClassName
{
color: #D4DC09;
}
</style>
background-color css
<style>
a { background-color: #D4DC09; }
a { background-color: rgb(212,220,9); }
div.DivClassName
{
background-color: #D4DC09;
}
.BgClassName
{
background-color: #D4DC09;
}
</style>
border-color css
<style>
span { border-color: #D4DC09; }
span { border-color: rgb(212,220,9); }
td.TdClassName
{
border-color: #D4DC09;
}
.TagClassName
{
border-color: #D4DC09;
}
</style>