Shades of Bird Flower #D6D20D
Tints of Bird Flower #D6D20D
RGB
CMYK
RGB Variations
Color information
#D6D20D (or 0xD6D20D) is known color: Bird Flower. HEX triplet: D6, D2 and 0D. RGB value is (214,210,13). Sum of RGB (Red+Green+Blue) = 214+210+13=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D20D is #292DF2. Grayscale: #BDBDBD. Windows color (decimal): -2698739 or 905942. OLE color: 905942.
HSL color Cylindrical-coordinate representation of color #D6D20D: hue angle of 58.81º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6D20D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.16 |
| HSL | 58.81º | 0.89% | 0.45% | - |
| HSV(B) | 58.81º | 0.94% | 0.84% | - |
| XYZ | 50.85 | 60.42 | 9.36 | - |
| YUV | 188.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 13 | 0 | 0.02 | 0.94 | 0.16 | 58.81 | 0.89 | 0.45 |
| Hex | D6 | D2 | D | 0 | 2 | 5E | 10 | 3B | 59 | 2D |
| Octal | 326 | 322 | 15 | 0 | 2 | 136 | 20 | 73 | 131 | 55 |
| Binary | 11010110 | 11010010 | 1101 | 0 | 10 | 1011110 | 10000 | 111011 | 1011001 | 101101 |
Color Harmonies of #D6D20D
Complementary color
Monochromatic Colors of #D6D20D
Black with #D6D20D
Text Example
Text Example
White with #D6D20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D20D; }
p { color: rgb(214,210,13); }
H1.HeaderClassName
{
color: #D6D20D;
}
.AnyTagClassName
{
color: #D6D20D;
}
</style>
background-color css
<style>
a { background-color: #D6D20D; }
a { background-color: rgb(214,210,13); }
div.DivClassName
{
background-color: #D6D20D;
}
.BgClassName
{
background-color: #D6D20D;
}
</style>
border-color css
<style>
span { border-color: #D6D20D; }
span { border-color: rgb(214,210,13); }
td.TdClassName
{
border-color: #D6D20D;
}
.TagClassName
{
border-color: #D6D20D;
}
</style>