Shades of Bird Flower #D6B206
Tints of Bird Flower #D6B206
RGB
CMYK
RGB Variations
Color information
#D6B206 (or 0xD6B206) is known color: Bird Flower. HEX triplet: D6, B2 and 06. RGB value is (214,178,6). Sum of RGB (Red+Green+Blue) = 214+178+6=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B206 is #294DF9. Grayscale: #A9A9A9. Windows color (decimal): -2706938 or 438998. OLE color: 438998.
HSL color Cylindrical-coordinate representation of color #D6B206: hue angle of 49.62º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6B206 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 6 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.16 |
| HSL | 49.62º | 0.95% | 0.43% | - |
| HSV(B) | 49.62º | 0.97% | 0.84% | - |
| XYZ | 43.68 | 46.15 | 6.78 | - |
| YUV | 169.16 | 35.93 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 6 | 0 | 0.17 | 0.97 | 0.16 | 49.62 | 0.95 | 0.43 |
| Hex | D6 | B2 | 6 | 0 | 11 | 61 | 10 | 32 | 5F | 2B |
| Octal | 326 | 262 | 6 | 0 | 21 | 141 | 20 | 62 | 137 | 53 |
| Binary | 11010110 | 10110010 | 110 | 0 | 10001 | 1100001 | 10000 | 110010 | 1011111 | 101011 |
Color Harmonies of #D6B206
Complementary color
Monochromatic Colors of #D6B206
Black with #D6B206
Text Example
Text Example
White with #D6B206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B206; }
p { color: rgb(214,178,6); }
H1.HeaderClassName
{
color: #D6B206;
}
.AnyTagClassName
{
color: #D6B206;
}
</style>
background-color css
<style>
a { background-color: #D6B206; }
a { background-color: rgb(214,178,6); }
div.DivClassName
{
background-color: #D6B206;
}
.BgClassName
{
background-color: #D6B206;
}
</style>
border-color css
<style>
span { border-color: #D6B206; }
span { border-color: rgb(214,178,6); }
td.TdClassName
{
border-color: #D6B206;
}
.TagClassName
{
border-color: #D6B206;
}
</style>