Shades of Bird Flower #D1D40A
Tints of Bird Flower #D1D40A
RGB
CMYK
RGB Variations
Color information
#D1D40A (or 0xD1D40A) is known color: Bird Flower. HEX triplet: D1, D4 and 0A. RGB value is (209,212,10). Sum of RGB (Red+Green+Blue) = 209+212+10=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D40A is #2E2BF5. Grayscale: #BCBCBC. Windows color (decimal): -3025910 or 709841. OLE color: 709841.
HSL color Cylindrical-coordinate representation of color #D1D40A: hue angle of 60.89º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1D40A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 10 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.17 |
| HSL | 60.89º | 0.91% | 0.44% | - |
| HSV(B) | 60.89º | 0.95% | 0.83% | - |
| XYZ | 49.89 | 60.66 | 9.37 | - |
| YUV | 188.08 | 27.51 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 10 | 0.01 | 0 | 0.95 | 0.17 | 60.89 | 0.91 | 0.44 |
| Hex | D1 | D4 | A | 1 | 0 | 5F | 11 | 3D | 5B | 2C |
| Octal | 321 | 324 | 12 | 1 | 0 | 137 | 21 | 75 | 133 | 54 |
| Binary | 11010001 | 11010100 | 1010 | 1 | 0 | 1011111 | 10001 | 111101 | 1011011 | 101100 |
Color Harmonies of #D1D40A
Complementary color
Monochromatic Colors of #D1D40A
Black with #D1D40A
Text Example
Text Example
White with #D1D40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D40A; }
p { color: rgb(209,212,10); }
H1.HeaderClassName
{
color: #D1D40A;
}
.AnyTagClassName
{
color: #D1D40A;
}
</style>
background-color css
<style>
a { background-color: #D1D40A; }
a { background-color: rgb(209,212,10); }
div.DivClassName
{
background-color: #D1D40A;
}
.BgClassName
{
background-color: #D1D40A;
}
</style>
border-color css
<style>
span { border-color: #D1D40A; }
span { border-color: rgb(209,212,10); }
td.TdClassName
{
border-color: #D1D40A;
}
.TagClassName
{
border-color: #D1D40A;
}
</style>