Shades of Bird Flower #D0DC00
Tints of Bird Flower #D0DC00
RGB
CMYK
RGB Variations
Color information
#D0DC00 (or 0xD0DC00) is known color: Bird Flower. HEX triplet: D0, DC and 00. RGB value is (208,220,0). Sum of RGB (Red+Green+Blue) = 208+220+0=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DC00 is #2F23FF. Grayscale: #C0C0C0. Windows color (decimal): -3089408 or 56528. OLE color: 56528.
HSL color Cylindrical-coordinate representation of color #D0DC00: hue angle of 63.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0DC00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.14 |
| HSL | 63.27º | 1% | 0.43% | - |
| HSV(B) | 63.27º | 1% | 0.86% | - |
| XYZ | 51.61 | 64.6 | 9.75 | - |
| YUV | 191.33 | 20.02 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 0 | 0.05 | 0 | 1 | 0.14 | 63.27 | 1 | 0.43 |
| Hex | D0 | DC | 0 | 5 | 0 | 64 | E | 3F | 64 | 2B |
| Octal | 320 | 334 | 0 | 5 | 0 | 144 | 16 | 77 | 144 | 53 |
| Binary | 11010000 | 11011100 | 0 | 101 | 0 | 1100100 | 1110 | 111111 | 1100100 | 101011 |
Color Harmonies of #D0DC00
Complementary color
Monochromatic Colors of #D0DC00
Black with #D0DC00
Text Example
Text Example
White with #D0DC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC00; }
p { color: rgb(208,220,0); }
H1.HeaderClassName
{
color: #D0DC00;
}
.AnyTagClassName
{
color: #D0DC00;
}
</style>
background-color css
<style>
a { background-color: #D0DC00; }
a { background-color: rgb(208,220,0); }
div.DivClassName
{
background-color: #D0DC00;
}
.BgClassName
{
background-color: #D0DC00;
}
</style>
border-color css
<style>
span { border-color: #D0DC00; }
span { border-color: rgb(208,220,0); }
td.TdClassName
{
border-color: #D0DC00;
}
.TagClassName
{
border-color: #D0DC00;
}
</style>