Shades of Bird Flower #D6C707
Tints of Bird Flower #D6C707
RGB
CMYK
RGB Variations
Color information
#D6C707 (or 0xD6C707) is known color: Bird Flower. HEX triplet: D6, C7 and 07. RGB value is (214,199,7). Sum of RGB (Red+Green+Blue) = 214+199+7=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C707 is #2938F8. Grayscale: #B6B6B6. Windows color (decimal): -2701561 or 509910. OLE color: 509910.
HSL color Cylindrical-coordinate representation of color #D6C707: hue angle of 55.65º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6C707 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.16 |
| HSL | 55.65º | 0.94% | 0.43% | - |
| HSV(B) | 55.65º | 0.97% | 0.84% | - |
| XYZ | 48.19 | 55.16 | 8.31 | - |
| YUV | 181.6 | 29.47 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 7 | 0 | 0.07 | 0.97 | 0.16 | 55.65 | 0.94 | 0.43 |
| Hex | D6 | C7 | 7 | 0 | 7 | 61 | 10 | 38 | 5E | 2B |
| Octal | 326 | 307 | 7 | 0 | 7 | 141 | 20 | 70 | 136 | 53 |
| Binary | 11010110 | 11000111 | 111 | 0 | 111 | 1100001 | 10000 | 111000 | 1011110 | 101011 |
Color Harmonies of #D6C707
Complementary color
Monochromatic Colors of #D6C707
Black with #D6C707
Text Example
Text Example
White with #D6C707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C707; }
p { color: rgb(214,199,7); }
H1.HeaderClassName
{
color: #D6C707;
}
.AnyTagClassName
{
color: #D6C707;
}
</style>
background-color css
<style>
a { background-color: #D6C707; }
a { background-color: rgb(214,199,7); }
div.DivClassName
{
background-color: #D6C707;
}
.BgClassName
{
background-color: #D6C707;
}
</style>
border-color css
<style>
span { border-color: #D6C707; }
span { border-color: rgb(214,199,7); }
td.TdClassName
{
border-color: #D6C707;
}
.TagClassName
{
border-color: #D6C707;
}
</style>