Shades of Bird Flower #D6C20D
Tints of Bird Flower #D6C20D
RGB
CMYK
RGB Variations
Color information
#D6C20D (or 0xD6C20D) is known color: Bird Flower. HEX triplet: D6, C2 and 0D. RGB value is (214,194,13). Sum of RGB (Red+Green+Blue) = 214+194+13=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C20D is #293DF2. Grayscale: #B4B4B4. Windows color (decimal): -2702835 or 901846. OLE color: 901846.
HSL color Cylindrical-coordinate representation of color #D6C20D: hue angle of 54.03º 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 #D6C20D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 13 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.16 |
| HSL | 54.03º | 0.89% | 0.45% | - |
| HSV(B) | 54.03º | 0.94% | 0.84% | - |
| XYZ | 47.1 | 52.91 | 8.11 | - |
| YUV | 179.35 | 34.13 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 13 | 0 | 0.09 | 0.94 | 0.16 | 54.03 | 0.89 | 0.45 |
| Hex | D6 | C2 | D | 0 | 9 | 5E | 10 | 36 | 59 | 2D |
| Octal | 326 | 302 | 15 | 0 | 11 | 136 | 20 | 66 | 131 | 55 |
| Binary | 11010110 | 11000010 | 1101 | 0 | 1001 | 1011110 | 10000 | 110110 | 1011001 | 101101 |
Color Harmonies of #D6C20D
Complementary color
Monochromatic Colors of #D6C20D
Black with #D6C20D
Text Example
Text Example
White with #D6C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C20D; }
p { color: rgb(214,194,13); }
H1.HeaderClassName
{
color: #D6C20D;
}
.AnyTagClassName
{
color: #D6C20D;
}
</style>
background-color css
<style>
a { background-color: #D6C20D; }
a { background-color: rgb(214,194,13); }
div.DivClassName
{
background-color: #D6C20D;
}
.BgClassName
{
background-color: #D6C20D;
}
</style>
border-color css
<style>
span { border-color: #D6C20D; }
span { border-color: rgb(214,194,13); }
td.TdClassName
{
border-color: #D6C20D;
}
.TagClassName
{
border-color: #D6C20D;
}
</style>