Shades of Bird Flower #D6BF08
Tints of Bird Flower #D6BF08
RGB
CMYK
RGB Variations
Color information
#D6BF08 (or 0xD6BF08) is known color: Bird Flower. HEX triplet: D6, BF and 08. RGB value is (214,191,8). Sum of RGB (Red+Green+Blue) = 214+191+8=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BF08 is #2940F7. Grayscale: #B1B1B1. Windows color (decimal): -2703608 or 573398. OLE color: 573398.
HSL color Cylindrical-coordinate representation of color #D6BF08: hue angle of 53.3º 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 #D6BF08 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.16 |
| HSL | 53.3º | 0.93% | 0.44% | - |
| HSV(B) | 53.3º | 0.96% | 0.84% | - |
| XYZ | 46.41 | 51.58 | 7.74 | - |
| YUV | 177.02 | 32.62 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 8 | 0 | 0.11 | 0.96 | 0.16 | 53.3 | 0.93 | 0.44 |
| Hex | D6 | BF | 8 | 0 | B | 60 | 10 | 35 | 5D | 2C |
| Octal | 326 | 277 | 10 | 0 | 13 | 140 | 20 | 65 | 135 | 54 |
| Binary | 11010110 | 10111111 | 1000 | 0 | 1011 | 1100000 | 10000 | 110101 | 1011101 | 101100 |
Color Harmonies of #D6BF08
Complementary color
Monochromatic Colors of #D6BF08
Black with #D6BF08
Text Example
Text Example
White with #D6BF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF08; }
p { color: rgb(214,191,8); }
H1.HeaderClassName
{
color: #D6BF08;
}
.AnyTagClassName
{
color: #D6BF08;
}
</style>
background-color css
<style>
a { background-color: #D6BF08; }
a { background-color: rgb(214,191,8); }
div.DivClassName
{
background-color: #D6BF08;
}
.BgClassName
{
background-color: #D6BF08;
}
</style>
border-color css
<style>
span { border-color: #D6BF08; }
span { border-color: rgb(214,191,8); }
td.TdClassName
{
border-color: #D6BF08;
}
.TagClassName
{
border-color: #D6BF08;
}
</style>