Shades of Bird Flower #D2B006
Tints of Bird Flower #D2B006
RGB
CMYK
RGB Variations
Color information
#D2B006 (or 0xD2B006) is known color: Bird Flower. HEX triplet: D2, B0 and 06. RGB value is (210,176,6). Sum of RGB (Red+Green+Blue) = 210+176+6=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B006 is #2D4FF9. Grayscale: #A7A7A7. Windows color (decimal): -2969594 or 438482. OLE color: 438482.
HSL color Cylindrical-coordinate representation of color #D2B006: hue angle of 50º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2B006 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.18 |
| HSL | 50º | 0.94% | 0.42% | - |
| HSV(B) | 50º | 0.97% | 0.82% | - |
| XYZ | 42.14 | 44.77 | 6.59 | - |
| YUV | 166.79 | 37.26 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 6 | 0 | 0.16 | 0.97 | 0.18 | 50 | 0.94 | 0.42 |
| Hex | D2 | B0 | 6 | 0 | 10 | 61 | 12 | 32 | 5E | 2A |
| Octal | 322 | 260 | 6 | 0 | 20 | 141 | 22 | 62 | 136 | 52 |
| Binary | 11010010 | 10110000 | 110 | 0 | 10000 | 1100001 | 10010 | 110010 | 1011110 | 101010 |
Color Harmonies of #D2B006
Complementary color
Monochromatic Colors of #D2B006
Black with #D2B006
Text Example
Text Example
White with #D2B006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B006; }
p { color: rgb(210,176,6); }
H1.HeaderClassName
{
color: #D2B006;
}
.AnyTagClassName
{
color: #D2B006;
}
</style>
background-color css
<style>
a { background-color: #D2B006; }
a { background-color: rgb(210,176,6); }
div.DivClassName
{
background-color: #D2B006;
}
.BgClassName
{
background-color: #D2B006;
}
</style>
border-color css
<style>
span { border-color: #D2B006; }
span { border-color: rgb(210,176,6); }
td.TdClassName
{
border-color: #D2B006;
}
.TagClassName
{
border-color: #D2B006;
}
</style>