Shades of Bird Flower #D6C50B
Tints of Bird Flower #D6C50B
RGB
CMYK
RGB Variations
Color information
#D6C50B (or 0xD6C50B) is known color: Bird Flower. HEX triplet: D6, C5 and 0B. RGB value is (214,197,11). Sum of RGB (Red+Green+Blue) = 214+197+11=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C50B is #293AF4. Grayscale: #B5B5B5. Windows color (decimal): -2702069 or 771542. OLE color: 771542.
HSL color Cylindrical-coordinate representation of color #D6C50B: hue angle of 54.98º 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 #D6C50B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.16 |
| HSL | 54.98º | 0.9% | 0.44% | - |
| HSV(B) | 54.98º | 0.95% | 0.84% | - |
| XYZ | 47.76 | 54.25 | 8.27 | - |
| YUV | 180.88 | 32.13 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 11 | 0 | 0.08 | 0.95 | 0.16 | 54.98 | 0.9 | 0.44 |
| Hex | D6 | C5 | B | 0 | 8 | 5F | 10 | 37 | 5A | 2C |
| Octal | 326 | 305 | 13 | 0 | 10 | 137 | 20 | 67 | 132 | 54 |
| Binary | 11010110 | 11000101 | 1011 | 0 | 1000 | 1011111 | 10000 | 110111 | 1011010 | 101100 |
Color Harmonies of #D6C50B
Complementary color
Monochromatic Colors of #D6C50B
Black with #D6C50B
Text Example
Text Example
White with #D6C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C50B; }
p { color: rgb(214,197,11); }
H1.HeaderClassName
{
color: #D6C50B;
}
.AnyTagClassName
{
color: #D6C50B;
}
</style>
background-color css
<style>
a { background-color: #D6C50B; }
a { background-color: rgb(214,197,11); }
div.DivClassName
{
background-color: #D6C50B;
}
.BgClassName
{
background-color: #D6C50B;
}
</style>
border-color css
<style>
span { border-color: #D6C50B; }
span { border-color: rgb(214,197,11); }
td.TdClassName
{
border-color: #D6C50B;
}
.TagClassName
{
border-color: #D6C50B;
}
</style>