Shades of Bird Flower #D0DC09
Tints of Bird Flower #D0DC09
RGB
CMYK
RGB Variations
Color information
#D0DC09 (or 0xD0DC09) is known color: Bird Flower. HEX triplet: D0, DC and 09. RGB value is (208,220,9). Sum of RGB (Red+Green+Blue) = 208+220+9=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 9 (3.91% from 255 or 2.06% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DC09 is #2F23F6. Grayscale: #C1C1C1. Windows color (decimal): -3089399 or 646352. OLE color: 646352.
HSL color Cylindrical-coordinate representation of color #D0DC09: hue angle of 63.41º 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 #D0DC09 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 9 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.14 |
| HSL | 63.41º | 0.92% | 0.45% | - |
| HSV(B) | 63.41º | 0.96% | 0.86% | - |
| XYZ | 51.65 | 64.62 | 10.01 | - |
| YUV | 192.36 | 24.52 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 9 | 0.05 | 0 | 0.96 | 0.14 | 63.41 | 0.92 | 0.45 |
| Hex | D0 | DC | 9 | 5 | 0 | 60 | E | 3F | 5C | 2D |
| Octal | 320 | 334 | 11 | 5 | 0 | 140 | 16 | 77 | 134 | 55 |
| Binary | 11010000 | 11011100 | 1001 | 101 | 0 | 1100000 | 1110 | 111111 | 1011100 | 101101 |
Color Harmonies of #D0DC09
Complementary color
Monochromatic Colors of #D0DC09
Black with #D0DC09
Text Example
Text Example
White with #D0DC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC09; }
p { color: rgb(208,220,9); }
H1.HeaderClassName
{
color: #D0DC09;
}
.AnyTagClassName
{
color: #D0DC09;
}
</style>
background-color css
<style>
a { background-color: #D0DC09; }
a { background-color: rgb(208,220,9); }
div.DivClassName
{
background-color: #D0DC09;
}
.BgClassName
{
background-color: #D0DC09;
}
</style>
border-color css
<style>
span { border-color: #D0DC09; }
span { border-color: rgb(208,220,9); }
td.TdClassName
{
border-color: #D0DC09;
}
.TagClassName
{
border-color: #D0DC09;
}
</style>