Shades of Bird Flower #D6C110
Tints of Bird Flower #D6C110
RGB
CMYK
RGB Variations
Color information
#D6C110 (or 0xD6C110) is known color: Bird Flower. HEX triplet: D6, C1 and 10. RGB value is (214,193,16). Sum of RGB (Red+Green+Blue) = 214+193+16=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C110 is #293EEF. Grayscale: #B3B3B3. Windows color (decimal): -2703088 or 1098198. OLE color: 1098198.
HSL color Cylindrical-coordinate representation of color #D6C110: hue angle of 53.64º 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 #D6C110 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 16 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.16 |
| HSL | 53.64º | 0.86% | 0.45% | - |
| HSV(B) | 53.64º | 0.93% | 0.84% | - |
| XYZ | 46.9 | 52.47 | 8.15 | - |
| YUV | 179.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 16 | 0 | 0.10 | 0.93 | 0.16 | 53.64 | 0.86 | 0.45 |
| Hex | D6 | C1 | 10 | 0 | A | 5D | 10 | 36 | 56 | 2D |
| Octal | 326 | 301 | 20 | 0 | 12 | 135 | 20 | 66 | 126 | 55 |
| Binary | 11010110 | 11000001 | 10000 | 0 | 1010 | 1011101 | 10000 | 110110 | 1010110 | 101101 |
Color Harmonies of #D6C110
Complementary color
Monochromatic Colors of #D6C110
Black with #D6C110
Text Example
Text Example
White with #D6C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C110; }
p { color: rgb(214,193,16); }
H1.HeaderClassName
{
color: #D6C110;
}
.AnyTagClassName
{
color: #D6C110;
}
</style>
background-color css
<style>
a { background-color: #D6C110; }
a { background-color: rgb(214,193,16); }
div.DivClassName
{
background-color: #D6C110;
}
.BgClassName
{
background-color: #D6C110;
}
</style>
border-color css
<style>
span { border-color: #D6C110; }
span { border-color: rgb(214,193,16); }
td.TdClassName
{
border-color: #D6C110;
}
.TagClassName
{
border-color: #D6C110;
}
</style>