Shades of Bird Flower #D1D000
Tints of Bird Flower #D1D000
RGB
CMYK
RGB Variations
Color information
#D1D000 (or 0xD1D000) is known color: Bird Flower. HEX triplet: D1, D0 and 00. RGB value is (209,208,0). Sum of RGB (Red+Green+Blue) = 209+208+0=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D000 is #2E2FFF. Grayscale: #B9B9B9. Windows color (decimal): -3026944 or 53457. OLE color: 53457.
HSL color Cylindrical-coordinate representation of color #D1D000: hue angle of 59.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1D000 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.18 |
| HSL | 59.71º | 1% | 0.41% | - |
| HSV(B) | 59.71º | 1% | 0.82% | - |
| XYZ | 48.85 | 58.67 | 8.75 | - |
| YUV | 184.59 | 23.83 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 0 | 0 | 0.00 | 1 | 0.18 | 59.71 | 1 | 0.41 |
| Hex | D1 | D0 | 0 | 0 | 0 | 64 | 12 | 3C | 64 | 29 |
| Octal | 321 | 320 | 0 | 0 | 0 | 144 | 22 | 74 | 144 | 51 |
| Binary | 11010001 | 11010000 | 0 | 0 | 0 | 1100100 | 10010 | 111100 | 1100100 | 101001 |
Color Harmonies of #D1D000
Complementary color
Monochromatic Colors of #D1D000
Black with #D1D000
Text Example
Text Example
White with #D1D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D000; }
p { color: rgb(209,208,0); }
H1.HeaderClassName
{
color: #D1D000;
}
.AnyTagClassName
{
color: #D1D000;
}
</style>
background-color css
<style>
a { background-color: #D1D000; }
a { background-color: rgb(209,208,0); }
div.DivClassName
{
background-color: #D1D000;
}
.BgClassName
{
background-color: #D1D000;
}
</style>
border-color css
<style>
span { border-color: #D1D000; }
span { border-color: rgb(209,208,0); }
td.TdClassName
{
border-color: #D1D000;
}
.TagClassName
{
border-color: #D1D000;
}
</style>