Shades of Bird Flower #D6C610
Tints of Bird Flower #D6C610
RGB
CMYK
RGB Variations
Color information
#D6C610 (or 0xD6C610) is known color: Bird Flower. HEX triplet: D6, C6 and 10. RGB value is (214,198,16). Sum of RGB (Red+Green+Blue) = 214+198+16=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C610 is #2939EF. Grayscale: #B6B6B6. Windows color (decimal): -2701808 or 1099478. OLE color: 1099478.
HSL color Cylindrical-coordinate representation of color #D6C610: hue angle of 55.15º 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 #D6C610 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.16 |
| HSL | 55.15º | 0.86% | 0.45% | - |
| HSV(B) | 55.15º | 0.93% | 0.84% | - |
| XYZ | 48.02 | 54.72 | 8.52 | - |
| YUV | 182.04 | 34.3 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 16 | 0 | 0.07 | 0.93 | 0.16 | 55.15 | 0.86 | 0.45 |
| Hex | D6 | C6 | 10 | 0 | 7 | 5D | 10 | 37 | 56 | 2D |
| Octal | 326 | 306 | 20 | 0 | 7 | 135 | 20 | 67 | 126 | 55 |
| Binary | 11010110 | 11000110 | 10000 | 0 | 111 | 1011101 | 10000 | 110111 | 1010110 | 101101 |
Color Harmonies of #D6C610
Complementary color
Monochromatic Colors of #D6C610
Black with #D6C610
Text Example
Text Example
White with #D6C610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C610; }
p { color: rgb(214,198,16); }
H1.HeaderClassName
{
color: #D6C610;
}
.AnyTagClassName
{
color: #D6C610;
}
</style>
background-color css
<style>
a { background-color: #D6C610; }
a { background-color: rgb(214,198,16); }
div.DivClassName
{
background-color: #D6C610;
}
.BgClassName
{
background-color: #D6C610;
}
</style>
border-color css
<style>
span { border-color: #D6C610; }
span { border-color: rgb(214,198,16); }
td.TdClassName
{
border-color: #D6C610;
}
.TagClassName
{
border-color: #D6C610;
}
</style>