Shades of Bird Flower #D6D00A
Tints of Bird Flower #D6D00A
RGB
CMYK
RGB Variations
Color information
#D6D00A (or 0xD6D00A) is known color: Bird Flower. HEX triplet: D6, D0 and 0A. RGB value is (214,208,10). Sum of RGB (Red+Green+Blue) = 214+208+10=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D00A is #292FF5. Grayscale: #BCBCBC. Windows color (decimal): -2699254 or 708822. OLE color: 708822.
HSL color Cylindrical-coordinate representation of color #D6D00A: hue angle of 58.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6D00A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.16 |
| HSL | 58.24º | 0.91% | 0.44% | - |
| HSV(B) | 58.24º | 0.95% | 0.84% | - |
| XYZ | 50.34 | 59.43 | 9.1 | - |
| YUV | 187.22 | 27.99 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 10 | 0 | 0.03 | 0.95 | 0.16 | 58.24 | 0.91 | 0.44 |
| Hex | D6 | D0 | A | 0 | 3 | 5F | 10 | 3A | 5B | 2C |
| Octal | 326 | 320 | 12 | 0 | 3 | 137 | 20 | 72 | 133 | 54 |
| Binary | 11010110 | 11010000 | 1010 | 0 | 11 | 1011111 | 10000 | 111010 | 1011011 | 101100 |
Color Harmonies of #D6D00A
Complementary color
Monochromatic Colors of #D6D00A
Black with #D6D00A
Text Example
Text Example
White with #D6D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D00A; }
p { color: rgb(214,208,10); }
H1.HeaderClassName
{
color: #D6D00A;
}
.AnyTagClassName
{
color: #D6D00A;
}
</style>
background-color css
<style>
a { background-color: #D6D00A; }
a { background-color: rgb(214,208,10); }
div.DivClassName
{
background-color: #D6D00A;
}
.BgClassName
{
background-color: #D6D00A;
}
</style>
border-color css
<style>
span { border-color: #D6D00A; }
span { border-color: rgb(214,208,10); }
td.TdClassName
{
border-color: #D6D00A;
}
.TagClassName
{
border-color: #D6D00A;
}
</style>