Shades of Bird Flower #D2D90A
Tints of Bird Flower #D2D90A
RGB
CMYK
RGB Variations
Color information
#D2D90A (or 0xD2D90A) is known color: Bird Flower. HEX triplet: D2, D9 and 0A. RGB value is (210,217,10). Sum of RGB (Red+Green+Blue) = 210+217+10=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D90A is #2D26F5. Grayscale: #C0C0C0. Windows color (decimal): -2959094 or 711122. OLE color: 711122.
HSL color Cylindrical-coordinate representation of color #D2D90A: hue angle of 62.03º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2D90A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.15 |
| HSL | 62.03º | 0.91% | 0.45% | - |
| HSV(B) | 62.03º | 0.95% | 0.85% | - |
| XYZ | 51.45 | 63.35 | 9.8 | - |
| YUV | 191.31 | 25.68 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 10 | 0.03 | 0 | 0.95 | 0.15 | 62.03 | 0.91 | 0.45 |
| Hex | D2 | D9 | A | 3 | 0 | 5F | F | 3E | 5B | 2D |
| Octal | 322 | 331 | 12 | 3 | 0 | 137 | 17 | 76 | 133 | 55 |
| Binary | 11010010 | 11011001 | 1010 | 11 | 0 | 1011111 | 1111 | 111110 | 1011011 | 101101 |
Color Harmonies of #D2D90A
Complementary color
Monochromatic Colors of #D2D90A
Black with #D2D90A
Text Example
Text Example
White with #D2D90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D90A; }
p { color: rgb(210,217,10); }
H1.HeaderClassName
{
color: #D2D90A;
}
.AnyTagClassName
{
color: #D2D90A;
}
</style>
background-color css
<style>
a { background-color: #D2D90A; }
a { background-color: rgb(210,217,10); }
div.DivClassName
{
background-color: #D2D90A;
}
.BgClassName
{
background-color: #D2D90A;
}
</style>
border-color css
<style>
span { border-color: #D2D90A; }
span { border-color: rgb(210,217,10); }
td.TdClassName
{
border-color: #D2D90A;
}
.TagClassName
{
border-color: #D2D90A;
}
</style>