Shades of Bird Flower #D6B90B
Tints of Bird Flower #D6B90B
RGB
CMYK
RGB Variations
Color information
#D6B90B (or 0xD6B90B) is known color: Bird Flower. HEX triplet: D6, B9 and 0B. RGB value is (214,185,11). Sum of RGB (Red+Green+Blue) = 214+185+11=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B90B is #2946F4. Grayscale: #AEAEAE. Windows color (decimal): -2705141 or 768470. OLE color: 768470.
HSL color Cylindrical-coordinate representation of color #D6B90B: hue angle of 51.43º degrees, saturation: 0.9, 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 #D6B90B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.16 |
| HSL | 51.43º | 0.9% | 0.44% | - |
| HSV(B) | 51.43º | 0.95% | 0.84% | - |
| XYZ | 45.14 | 49.02 | 7.4 | - |
| YUV | 173.84 | 36.11 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 11 | 0 | 0.14 | 0.95 | 0.16 | 51.43 | 0.9 | 0.44 |
| Hex | D6 | B9 | B | 0 | E | 5F | 10 | 33 | 5A | 2C |
| Octal | 326 | 271 | 13 | 0 | 16 | 137 | 20 | 63 | 132 | 54 |
| Binary | 11010110 | 10111001 | 1011 | 0 | 1110 | 1011111 | 10000 | 110011 | 1011010 | 101100 |
Color Harmonies of #D6B90B
Complementary color
Monochromatic Colors of #D6B90B
Black with #D6B90B
Text Example
Text Example
White with #D6B90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B90B; }
p { color: rgb(214,185,11); }
H1.HeaderClassName
{
color: #D6B90B;
}
.AnyTagClassName
{
color: #D6B90B;
}
</style>
background-color css
<style>
a { background-color: #D6B90B; }
a { background-color: rgb(214,185,11); }
div.DivClassName
{
background-color: #D6B90B;
}
.BgClassName
{
background-color: #D6B90B;
}
</style>
border-color css
<style>
span { border-color: #D6B90B; }
span { border-color: rgb(214,185,11); }
td.TdClassName
{
border-color: #D6B90B;
}
.TagClassName
{
border-color: #D6B90B;
}
</style>