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