Shades of Bird Flower #D6B50A
Tints of Bird Flower #D6B50A
RGB
CMYK
RGB Variations
Color information
#D6B50A (or 0xD6B50A) is known color: Bird Flower. HEX triplet: D6, B5 and 0A. RGB value is (214,181,10). Sum of RGB (Red+Green+Blue) = 214+181+10=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B50A is #294AF5. Grayscale: #ACACAC. Windows color (decimal): -2706166 or 701910. OLE color: 701910.
HSL color Cylindrical-coordinate representation of color #D6B50A: hue angle of 50.29º 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 #D6B50A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.16 |
| HSL | 50.29º | 0.91% | 0.44% | - |
| HSV(B) | 50.29º | 0.95% | 0.84% | - |
| XYZ | 44.31 | 47.37 | 7.09 | - |
| YUV | 171.37 | 36.93 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 10 | 0 | 0.15 | 0.95 | 0.16 | 50.29 | 0.91 | 0.44 |
| Hex | D6 | B5 | A | 0 | F | 5F | 10 | 32 | 5B | 2C |
| Octal | 326 | 265 | 12 | 0 | 17 | 137 | 20 | 62 | 133 | 54 |
| Binary | 11010110 | 10110101 | 1010 | 0 | 1111 | 1011111 | 10000 | 110010 | 1011011 | 101100 |
Color Harmonies of #D6B50A
Complementary color
Monochromatic Colors of #D6B50A
Black with #D6B50A
Text Example
Text Example
White with #D6B50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B50A; }
p { color: rgb(214,181,10); }
H1.HeaderClassName
{
color: #D6B50A;
}
.AnyTagClassName
{
color: #D6B50A;
}
</style>
background-color css
<style>
a { background-color: #D6B50A; }
a { background-color: rgb(214,181,10); }
div.DivClassName
{
background-color: #D6B50A;
}
.BgClassName
{
background-color: #D6B50A;
}
</style>
border-color css
<style>
span { border-color: #D6B50A; }
span { border-color: rgb(214,181,10); }
td.TdClassName
{
border-color: #D6B50A;
}
.TagClassName
{
border-color: #D6B50A;
}
</style>