Shades of Bird Flower #D1D100
Tints of Bird Flower #D1D100
RGB
CMYK
RGB Variations
Color information
#D1D100 (or 0xD1D100) is known color: Bird Flower. HEX triplet: D1, D1 and 00. RGB value is (209,209,0). Sum of RGB (Red+Green+Blue) = 209+209+0=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D100 is #2E2EFF. Grayscale: #BABABA. Windows color (decimal): -3026688 or 53713. OLE color: 53713.
HSL color Cylindrical-coordinate representation of color #D1D100: hue angle of 60º 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 #D1D100 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.18 |
| HSL | 60º | 1% | 0.41% | - |
| HSV(B) | 60º | 1% | 0.82% | - |
| XYZ | 49.09 | 59.16 | 8.83 | - |
| YUV | 185.17 | 23.5 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 0 | 0 | 0 | 1 | 0.18 | 60 | 1 | 0.41 |
| Hex | D1 | D1 | 0 | 0 | 0 | 64 | 12 | 3C | 64 | 29 |
| Octal | 321 | 321 | 0 | 0 | 0 | 144 | 22 | 74 | 144 | 51 |
| Binary | 11010001 | 11010001 | 0 | 0 | 0 | 1100100 | 10010 | 111100 | 1100100 | 101001 |
Color Harmonies of #D1D100
Complementary color
Monochromatic Colors of #D1D100
Black with #D1D100
Text Example
Text Example
White with #D1D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D100; }
p { color: rgb(209,209,0); }
H1.HeaderClassName
{
color: #D1D100;
}
.AnyTagClassName
{
color: #D1D100;
}
</style>
background-color css
<style>
a { background-color: #D1D100; }
a { background-color: rgb(209,209,0); }
div.DivClassName
{
background-color: #D1D100;
}
.BgClassName
{
background-color: #D1D100;
}
</style>
border-color css
<style>
span { border-color: #D1D100; }
span { border-color: rgb(209,209,0); }
td.TdClassName
{
border-color: #D1D100;
}
.TagClassName
{
border-color: #D1D100;
}
</style>