Shades of Bird Flower #D6C010
Tints of Bird Flower #D6C010
RGB
CMYK
RGB Variations
Color information
#D6C010 (or 0xD6C010) is known color: Bird Flower. HEX triplet: D6, C0 and 10. RGB value is (214,192,16). Sum of RGB (Red+Green+Blue) = 214+192+16=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C010 is #293FEF. Grayscale: #B3B3B3. Windows color (decimal): -2703344 or 1097942. OLE color: 1097942.
HSL color Cylindrical-coordinate representation of color #D6C010: hue angle of 53.33º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6C010 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 16 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.16 |
| HSL | 53.33º | 0.86% | 0.45% | - |
| HSV(B) | 53.33º | 0.93% | 0.84% | - |
| XYZ | 46.67 | 52.03 | 8.07 | - |
| YUV | 178.51 | 36.29 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 16 | 0 | 0.10 | 0.93 | 0.16 | 53.33 | 0.86 | 0.45 |
| Hex | D6 | C0 | 10 | 0 | A | 5D | 10 | 35 | 56 | 2D |
| Octal | 326 | 300 | 20 | 0 | 12 | 135 | 20 | 65 | 126 | 55 |
| Binary | 11010110 | 11000000 | 10000 | 0 | 1010 | 1011101 | 10000 | 110101 | 1010110 | 101101 |
Color Harmonies of #D6C010
Complementary color
Monochromatic Colors of #D6C010
Black with #D6C010
Text Example
Text Example
White with #D6C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C010; }
p { color: rgb(214,192,16); }
H1.HeaderClassName
{
color: #D6C010;
}
.AnyTagClassName
{
color: #D6C010;
}
</style>
background-color css
<style>
a { background-color: #D6C010; }
a { background-color: rgb(214,192,16); }
div.DivClassName
{
background-color: #D6C010;
}
.BgClassName
{
background-color: #D6C010;
}
</style>
border-color css
<style>
span { border-color: #D6C010; }
span { border-color: rgb(214,192,16); }
td.TdClassName
{
border-color: #D6C010;
}
.TagClassName
{
border-color: #D6C010;
}
</style>