Shades of Bird Flower #D7C607
Tints of Bird Flower #D7C607
RGB
CMYK
RGB Variations
Color information
#D7C607 (or 0xD7C607) is known color: Bird Flower. HEX triplet: D7, C6 and 07. RGB value is (215,198,7). Sum of RGB (Red+Green+Blue) = 215+198+7=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C607 is #2839F8. Grayscale: #B6B6B6. Windows color (decimal): -2636281 or 509655. OLE color: 509655.
HSL color Cylindrical-coordinate representation of color #D7C607: hue angle of 55.1º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7C607 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.16 |
| HSL | 55.1º | 0.94% | 0.44% | - |
| HSV(B) | 55.1º | 0.97% | 0.84% | - |
| XYZ | 48.26 | 54.85 | 8.24 | - |
| YUV | 181.31 | 29.63 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 7 | 0 | 0.08 | 0.97 | 0.16 | 55.1 | 0.94 | 0.44 |
| Hex | D7 | C6 | 7 | 0 | 8 | 61 | 10 | 37 | 5E | 2C |
| Octal | 327 | 306 | 7 | 0 | 10 | 141 | 20 | 67 | 136 | 54 |
| Binary | 11010111 | 11000110 | 111 | 0 | 1000 | 1100001 | 10000 | 110111 | 1011110 | 101100 |
Color Harmonies of #D7C607
Complementary color
Monochromatic Colors of #D7C607
Black with #D7C607
Text Example
Text Example
White with #D7C607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C607; }
p { color: rgb(215,198,7); }
H1.HeaderClassName
{
color: #D7C607;
}
.AnyTagClassName
{
color: #D7C607;
}
</style>
background-color css
<style>
a { background-color: #D7C607; }
a { background-color: rgb(215,198,7); }
div.DivClassName
{
background-color: #D7C607;
}
.BgClassName
{
background-color: #D7C607;
}
</style>
border-color css
<style>
span { border-color: #D7C607; }
span { border-color: rgb(215,198,7); }
td.TdClassName
{
border-color: #D7C607;
}
.TagClassName
{
border-color: #D7C607;
}
</style>