Shades of Bird Flower #D6D00C
Tints of Bird Flower #D6D00C
RGB
CMYK
RGB Variations
Color information
#D6D00C (or 0xD6D00C) is known color: Bird Flower. HEX triplet: D6, D0 and 0C. RGB value is (214,208,12). Sum of RGB (Red+Green+Blue) = 214+208+12=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D00C is #292FF3. Grayscale: #BCBCBC. Windows color (decimal): -2699252 or 839894. OLE color: 839894.
HSL color Cylindrical-coordinate representation of color #D6D00C: hue angle of 58.22º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6D00C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.16 |
| HSL | 58.22º | 0.89% | 0.44% | - |
| HSV(B) | 58.22º | 0.94% | 0.84% | - |
| XYZ | 50.35 | 59.43 | 9.17 | - |
| YUV | 187.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 12 | 0 | 0.03 | 0.94 | 0.16 | 58.22 | 0.89 | 0.44 |
| Hex | D6 | D0 | C | 0 | 3 | 5E | 10 | 3A | 59 | 2C |
| Octal | 326 | 320 | 14 | 0 | 3 | 136 | 20 | 72 | 131 | 54 |
| Binary | 11010110 | 11010000 | 1100 | 0 | 11 | 1011110 | 10000 | 111010 | 1011001 | 101100 |
Color Harmonies of #D6D00C
Complementary color
Monochromatic Colors of #D6D00C
Black with #D6D00C
Text Example
Text Example
White with #D6D00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D00C; }
p { color: rgb(214,208,12); }
H1.HeaderClassName
{
color: #D6D00C;
}
.AnyTagClassName
{
color: #D6D00C;
}
</style>
background-color css
<style>
a { background-color: #D6D00C; }
a { background-color: rgb(214,208,12); }
div.DivClassName
{
background-color: #D6D00C;
}
.BgClassName
{
background-color: #D6D00C;
}
</style>
border-color css
<style>
span { border-color: #D6D00C; }
span { border-color: rgb(214,208,12); }
td.TdClassName
{
border-color: #D6D00C;
}
.TagClassName
{
border-color: #D6D00C;
}
</style>