Shades of Bird Flower #D6BD09
Tints of Bird Flower #D6BD09
RGB
CMYK
RGB Variations
Color information
#D6BD09 (or 0xD6BD09) is known color: Bird Flower. HEX triplet: D6, BD and 09. RGB value is (214,189,9). Sum of RGB (Red+Green+Blue) = 214+189+9=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BD09 is #2942F6. Grayscale: #B0B0B0. Windows color (decimal): -2704119 or 638422. OLE color: 638422.
HSL color Cylindrical-coordinate representation of color #D6BD09: hue angle of 52.68º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6BD09 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.16 |
| HSL | 52.68º | 0.92% | 0.44% | - |
| HSV(B) | 52.68º | 0.96% | 0.84% | - |
| XYZ | 45.98 | 50.71 | 7.62 | - |
| YUV | 175.96 | 33.78 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 9 | 0 | 0.12 | 0.96 | 0.16 | 52.68 | 0.92 | 0.44 |
| Hex | D6 | BD | 9 | 0 | C | 60 | 10 | 35 | 5C | 2C |
| Octal | 326 | 275 | 11 | 0 | 14 | 140 | 20 | 65 | 134 | 54 |
| Binary | 11010110 | 10111101 | 1001 | 0 | 1100 | 1100000 | 10000 | 110101 | 1011100 | 101100 |
Color Harmonies of #D6BD09
Complementary color
Monochromatic Colors of #D6BD09
Black with #D6BD09
Text Example
Text Example
White with #D6BD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD09; }
p { color: rgb(214,189,9); }
H1.HeaderClassName
{
color: #D6BD09;
}
.AnyTagClassName
{
color: #D6BD09;
}
</style>
background-color css
<style>
a { background-color: #D6BD09; }
a { background-color: rgb(214,189,9); }
div.DivClassName
{
background-color: #D6BD09;
}
.BgClassName
{
background-color: #D6BD09;
}
</style>
border-color css
<style>
span { border-color: #D6BD09; }
span { border-color: rgb(214,189,9); }
td.TdClassName
{
border-color: #D6BD09;
}
.TagClassName
{
border-color: #D6BD09;
}
</style>