Shades of Bird Flower #D9DC05
Tints of Bird Flower #D9DC05
RGB
CMYK
RGB Variations
Color information
#D9DC05 (or 0xD9DC05) is known color: Bird Flower. HEX triplet: D9, DC and 05. RGB value is (217,220,5). Sum of RGB (Red+Green+Blue) = 217+220+5=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DC05 is #2623FA. Grayscale: #C3C3C3. Windows color (decimal): -2499579 or 384217. OLE color: 384217.
HSL color Cylindrical-coordinate representation of color #D9DC05: hue angle of 60.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9DC05 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.14 |
| HSL | 60.84º | 0.96% | 0.44% | - |
| HSV(B) | 60.84º | 0.98% | 0.86% | - |
| XYZ | 54.24 | 65.95 | 10.01 | - |
| YUV | 194.59 | 21.01 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 5 | 0.01 | 0 | 0.98 | 0.14 | 60.84 | 0.96 | 0.44 |
| Hex | D9 | DC | 5 | 1 | 0 | 62 | E | 3D | 60 | 2C |
| Octal | 331 | 334 | 5 | 1 | 0 | 142 | 16 | 75 | 140 | 54 |
| Binary | 11011001 | 11011100 | 101 | 1 | 0 | 1100010 | 1110 | 111101 | 1100000 | 101100 |
Color Harmonies of #D9DC05
Complementary color
Monochromatic Colors of #D9DC05
Black with #D9DC05
Text Example
Text Example
White with #D9DC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC05; }
p { color: rgb(217,220,5); }
H1.HeaderClassName
{
color: #D9DC05;
}
.AnyTagClassName
{
color: #D9DC05;
}
</style>
background-color css
<style>
a { background-color: #D9DC05; }
a { background-color: rgb(217,220,5); }
div.DivClassName
{
background-color: #D9DC05;
}
.BgClassName
{
background-color: #D9DC05;
}
</style>
border-color css
<style>
span { border-color: #D9DC05; }
span { border-color: rgb(217,220,5); }
td.TdClassName
{
border-color: #D9DC05;
}
.TagClassName
{
border-color: #D9DC05;
}
</style>