Shades of Bird Flower #D6B000
Tints of Bird Flower #D6B000
RGB
CMYK
RGB Variations
Color information
#D6B000 (or 0xD6B000) is known color: Bird Flower. HEX triplet: D6, B0 and 00. RGB value is (214,176,0). Sum of RGB (Red+Green+Blue) = 214+176+0=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B000 is #294FFF. Grayscale: #A8A8A8. Windows color (decimal): -2707456 or 45270. OLE color: 45270.
HSL color Cylindrical-coordinate representation of color #D6B000: hue angle of 49.35º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6B000 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.16 |
| HSL | 49.35º | 1% | 0.42% | - |
| HSV(B) | 49.35º | 1% | 0.84% | - |
| XYZ | 43.26 | 45.35 | 6.47 | - |
| YUV | 167.3 | 33.59 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 0 | 0 | 0.18 | 1 | 0.16 | 49.35 | 1 | 0.42 |
| Hex | D6 | B0 | 0 | 0 | 12 | 64 | 10 | 31 | 64 | 2A |
| Octal | 326 | 260 | 0 | 0 | 22 | 144 | 20 | 61 | 144 | 52 |
| Binary | 11010110 | 10110000 | 0 | 0 | 10010 | 1100100 | 10000 | 110001 | 1100100 | 101010 |
Color Harmonies of #D6B000
Complementary color
Monochromatic Colors of #D6B000
Black with #D6B000
Text Example
Text Example
White with #D6B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B000; }
p { color: rgb(214,176,0); }
H1.HeaderClassName
{
color: #D6B000;
}
.AnyTagClassName
{
color: #D6B000;
}
</style>
background-color css
<style>
a { background-color: #D6B000; }
a { background-color: rgb(214,176,0); }
div.DivClassName
{
background-color: #D6B000;
}
.BgClassName
{
background-color: #D6B000;
}
</style>
border-color css
<style>
span { border-color: #D6B000; }
span { border-color: rgb(214,176,0); }
td.TdClassName
{
border-color: #D6B000;
}
.TagClassName
{
border-color: #D6B000;
}
</style>