Shades of Bird Flower #D6BF0A
Tints of Bird Flower #D6BF0A
RGB
CMYK
RGB Variations
Color information
#D6BF0A (or 0xD6BF0A) is known color: Bird Flower. HEX triplet: D6, BF and 0A. RGB value is (214,191,10). Sum of RGB (Red+Green+Blue) = 214+191+10=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BF0A is #2940F5. Grayscale: #B1B1B1. Windows color (decimal): -2703606 or 704470. OLE color: 704470.
HSL color Cylindrical-coordinate representation of color #D6BF0A: hue angle of 53.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6BF0A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.16 |
| HSL | 53.24º | 0.91% | 0.44% | - |
| HSV(B) | 53.24º | 0.95% | 0.84% | - |
| XYZ | 46.42 | 51.58 | 7.8 | - |
| YUV | 177.24 | 33.62 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 10 | 0 | 0.11 | 0.95 | 0.16 | 53.24 | 0.91 | 0.44 |
| Hex | D6 | BF | A | 0 | B | 5F | 10 | 35 | 5B | 2C |
| Octal | 326 | 277 | 12 | 0 | 13 | 137 | 20 | 65 | 133 | 54 |
| Binary | 11010110 | 10111111 | 1010 | 0 | 1011 | 1011111 | 10000 | 110101 | 1011011 | 101100 |
Color Harmonies of #D6BF0A
Complementary color
Monochromatic Colors of #D6BF0A
Black with #D6BF0A
Text Example
Text Example
White with #D6BF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF0A; }
p { color: rgb(214,191,10); }
H1.HeaderClassName
{
color: #D6BF0A;
}
.AnyTagClassName
{
color: #D6BF0A;
}
</style>
background-color css
<style>
a { background-color: #D6BF0A; }
a { background-color: rgb(214,191,10); }
div.DivClassName
{
background-color: #D6BF0A;
}
.BgClassName
{
background-color: #D6BF0A;
}
</style>
border-color css
<style>
span { border-color: #D6BF0A; }
span { border-color: rgb(214,191,10); }
td.TdClassName
{
border-color: #D6BF0A;
}
.TagClassName
{
border-color: #D6BF0A;
}
</style>