Shades of Bird Flower #D2D100
Tints of Bird Flower #D2D100
RGB
CMYK
RGB Variations
Color information
#D2D100 (or 0xD2D100) is known color: Bird Flower. HEX triplet: D2, D1 and 00. RGB value is (210,209,0). Sum of RGB (Red+Green+Blue) = 210+209+0=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D100 is #2D2EFF. Grayscale: #BABABA. Windows color (decimal): -2961152 or 53714. OLE color: 53714.
HSL color Cylindrical-coordinate representation of color #D2D100: 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 #D2D100 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.18 |
| HSL | 59.71º | 1% | 0.41% | - |
| HSV(B) | 59.71º | 1% | 0.82% | - |
| XYZ | 49.38 | 59.3 | 8.84 | - |
| YUV | 185.47 | 23.33 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 0 | 0 | 0.00 | 1 | 0.18 | 59.71 | 1 | 0.41 |
| Hex | D2 | D1 | 0 | 0 | 0 | 64 | 12 | 3C | 64 | 29 |
| Octal | 322 | 321 | 0 | 0 | 0 | 144 | 22 | 74 | 144 | 51 |
| Binary | 11010010 | 11010001 | 0 | 0 | 0 | 1100100 | 10010 | 111100 | 1100100 | 101001 |
Color Harmonies of #D2D100
Complementary color
Monochromatic Colors of #D2D100
Black with #D2D100
Text Example
Text Example
White with #D2D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D100; }
p { color: rgb(210,209,0); }
H1.HeaderClassName
{
color: #D2D100;
}
.AnyTagClassName
{
color: #D2D100;
}
</style>
background-color css
<style>
a { background-color: #D2D100; }
a { background-color: rgb(210,209,0); }
div.DivClassName
{
background-color: #D2D100;
}
.BgClassName
{
background-color: #D2D100;
}
</style>
border-color css
<style>
span { border-color: #D2D100; }
span { border-color: rgb(210,209,0); }
td.TdClassName
{
border-color: #D2D100;
}
.TagClassName
{
border-color: #D2D100;
}
</style>