Shades of Bird Flower #D2D40A
Tints of Bird Flower #D2D40A
RGB
CMYK
RGB Variations
Color information
#D2D40A (or 0xD2D40A) is known color: Bird Flower. HEX triplet: D2, D4 and 0A. RGB value is (210,212,10). Sum of RGB (Red+Green+Blue) = 210+212+10=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D40A is #2D2BF5. Grayscale: #BDBDBD. Windows color (decimal): -2960374 or 709842. OLE color: 709842.
HSL color Cylindrical-coordinate representation of color #D2D40A: hue angle of 60.59º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2D40A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 10 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.17 |
| HSL | 60.59º | 0.91% | 0.44% | - |
| HSV(B) | 60.59º | 0.95% | 0.83% | - |
| XYZ | 50.18 | 60.81 | 9.38 | - |
| YUV | 188.37 | 27.34 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 10 | 0.01 | 0 | 0.95 | 0.17 | 60.59 | 0.91 | 0.44 |
| Hex | D2 | D4 | A | 1 | 0 | 5F | 11 | 3D | 5B | 2C |
| Octal | 322 | 324 | 12 | 1 | 0 | 137 | 21 | 75 | 133 | 54 |
| Binary | 11010010 | 11010100 | 1010 | 1 | 0 | 1011111 | 10001 | 111101 | 1011011 | 101100 |
Color Harmonies of #D2D40A
Complementary color
Monochromatic Colors of #D2D40A
Black with #D2D40A
Text Example
Text Example
White with #D2D40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D40A; }
p { color: rgb(210,212,10); }
H1.HeaderClassName
{
color: #D2D40A;
}
.AnyTagClassName
{
color: #D2D40A;
}
</style>
background-color css
<style>
a { background-color: #D2D40A; }
a { background-color: rgb(210,212,10); }
div.DivClassName
{
background-color: #D2D40A;
}
.BgClassName
{
background-color: #D2D40A;
}
</style>
border-color css
<style>
span { border-color: #D2D40A; }
span { border-color: rgb(210,212,10); }
td.TdClassName
{
border-color: #D2D40A;
}
.TagClassName
{
border-color: #D2D40A;
}
</style>