Shades of Bird Flower #D0D500
Tints of Bird Flower #D0D500
RGB
CMYK
RGB Variations
Color information
#D0D500 (or 0xD0D500) is known color: Bird Flower. HEX triplet: D0, D5 and 00. RGB value is (208,213,0). Sum of RGB (Red+Green+Blue) = 208+213+0=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D500 is #2F2AFF. Grayscale: #BCBCBC. Windows color (decimal): -3091200 or 54736. OLE color: 54736.
HSL color Cylindrical-coordinate representation of color #D0D500: hue angle of 61.41º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0D500 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.16 |
| HSL | 61.41º | 1% | 0.42% | - |
| HSV(B) | 61.41º | 1% | 0.84% | - |
| XYZ | 49.81 | 61 | 9.15 | - |
| YUV | 187.22 | 22.34 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 0 | 0.02 | 0 | 1 | 0.16 | 61.41 | 1 | 0.42 |
| Hex | D0 | D5 | 0 | 2 | 0 | 64 | 10 | 3D | 64 | 2A |
| Octal | 320 | 325 | 0 | 2 | 0 | 144 | 20 | 75 | 144 | 52 |
| Binary | 11010000 | 11010101 | 0 | 10 | 0 | 1100100 | 10000 | 111101 | 1100100 | 101010 |
Color Harmonies of #D0D500
Complementary color
Monochromatic Colors of #D0D500
Black with #D0D500
Text Example
Text Example
White with #D0D500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D500; }
p { color: rgb(208,213,0); }
H1.HeaderClassName
{
color: #D0D500;
}
.AnyTagClassName
{
color: #D0D500;
}
</style>
background-color css
<style>
a { background-color: #D0D500; }
a { background-color: rgb(208,213,0); }
div.DivClassName
{
background-color: #D0D500;
}
.BgClassName
{
background-color: #D0D500;
}
</style>
border-color css
<style>
span { border-color: #D0D500; }
span { border-color: rgb(208,213,0); }
td.TdClassName
{
border-color: #D0D500;
}
.TagClassName
{
border-color: #D0D500;
}
</style>