Shades of Bird Flower #D6B908
Tints of Bird Flower #D6B908
RGB
CMYK
RGB Variations
Color information
#D6B908 (or 0xD6B908) is known color: Bird Flower. HEX triplet: D6, B9 and 08. RGB value is (214,185,8). Sum of RGB (Red+Green+Blue) = 214+185+8=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B908 is #2946F7. Grayscale: #AEAEAE. Windows color (decimal): -2705144 or 571862. OLE color: 571862.
HSL color Cylindrical-coordinate representation of color #D6B908: hue angle of 51.55º degrees, saturation: 0.93, 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 #D6B908 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.16 |
| HSL | 51.55º | 0.93% | 0.44% | - |
| HSV(B) | 51.55º | 0.96% | 0.84% | - |
| XYZ | 45.12 | 49.01 | 7.31 | - |
| YUV | 173.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 8 | 0 | 0.14 | 0.96 | 0.16 | 51.55 | 0.93 | 0.44 |
| Hex | D6 | B9 | 8 | 0 | E | 60 | 10 | 34 | 5D | 2C |
| Octal | 326 | 271 | 10 | 0 | 16 | 140 | 20 | 64 | 135 | 54 |
| Binary | 11010110 | 10111001 | 1000 | 0 | 1110 | 1100000 | 10000 | 110100 | 1011101 | 101100 |
Color Harmonies of #D6B908
Complementary color
Monochromatic Colors of #D6B908
Black with #D6B908
Text Example
Text Example
White with #D6B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B908; }
p { color: rgb(214,185,8); }
H1.HeaderClassName
{
color: #D6B908;
}
.AnyTagClassName
{
color: #D6B908;
}
</style>
background-color css
<style>
a { background-color: #D6B908; }
a { background-color: rgb(214,185,8); }
div.DivClassName
{
background-color: #D6B908;
}
.BgClassName
{
background-color: #D6B908;
}
</style>
border-color css
<style>
span { border-color: #D6B908; }
span { border-color: rgb(214,185,8); }
td.TdClassName
{
border-color: #D6B908;
}
.TagClassName
{
border-color: #D6B908;
}
</style>