Shades of Bird Flower #D9DC02
Tints of Bird Flower #D9DC02
RGB
CMYK
RGB Variations
Color information
#D9DC02 (or 0xD9DC02) is known color: Bird Flower. HEX triplet: D9, DC and 02. RGB value is (217,220,2). Sum of RGB (Red+Green+Blue) = 217+220+2=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9DC02 is #2623FD. Grayscale: #C3C3C3. Windows color (decimal): -2499582 or 187609. OLE color: 187609.
HSL color Cylindrical-coordinate representation of color #D9DC02: hue angle of 60.83º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9DC02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.14 |
| HSL | 60.83º | 0.98% | 0.44% | - |
| HSV(B) | 60.83º | 0.99% | 0.86% | - |
| XYZ | 54.22 | 65.94 | 9.93 | - |
| YUV | 194.25 | 19.51 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 2 | 0.01 | 0 | 0.99 | 0.14 | 60.83 | 0.98 | 0.44 |
| Hex | D9 | DC | 2 | 1 | 0 | 63 | E | 3D | 62 | 2C |
| Octal | 331 | 334 | 2 | 1 | 0 | 143 | 16 | 75 | 142 | 54 |
| Binary | 11011001 | 11011100 | 10 | 1 | 0 | 1100011 | 1110 | 111101 | 1100010 | 101100 |
Color Harmonies of #D9DC02
Complementary color
Monochromatic Colors of #D9DC02
Black with #D9DC02
Text Example
Text Example
White with #D9DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC02; }
p { color: rgb(217,220,2); }
H1.HeaderClassName
{
color: #D9DC02;
}
.AnyTagClassName
{
color: #D9DC02;
}
</style>
background-color css
<style>
a { background-color: #D9DC02; }
a { background-color: rgb(217,220,2); }
div.DivClassName
{
background-color: #D9DC02;
}
.BgClassName
{
background-color: #D9DC02;
}
</style>
border-color css
<style>
span { border-color: #D9DC02; }
span { border-color: rgb(217,220,2); }
td.TdClassName
{
border-color: #D9DC02;
}
.TagClassName
{
border-color: #D9DC02;
}
</style>