Shades of Bird Flower #D7C506
Tints of Bird Flower #D7C506
RGB
CMYK
RGB Variations
Color information
#D7C506 (or 0xD7C506) is known color: Bird Flower. HEX triplet: D7, C5 and 06. RGB value is (215,197,6). Sum of RGB (Red+Green+Blue) = 215+197+6=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C506 is #283AF9. Grayscale: #B5B5B5. Windows color (decimal): -2636538 or 443863. OLE color: 443863.
HSL color Cylindrical-coordinate representation of color #D7C506: hue angle of 54.83º degrees, saturation: 0.95, 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 #D7C506 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.16 |
| HSL | 54.83º | 0.95% | 0.43% | - |
| HSV(B) | 54.83º | 0.97% | 0.84% | - |
| XYZ | 48.02 | 54.39 | 8.14 | - |
| YUV | 180.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 6 | 0 | 0.08 | 0.97 | 0.16 | 54.83 | 0.95 | 0.43 |
| Hex | D7 | C5 | 6 | 0 | 8 | 61 | 10 | 37 | 5F | 2B |
| Octal | 327 | 305 | 6 | 0 | 10 | 141 | 20 | 67 | 137 | 53 |
| Binary | 11010111 | 11000101 | 110 | 0 | 1000 | 1100001 | 10000 | 110111 | 1011111 | 101011 |
Color Harmonies of #D7C506
Complementary color
Monochromatic Colors of #D7C506
Black with #D7C506
Text Example
Text Example
White with #D7C506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C506; }
p { color: rgb(215,197,6); }
H1.HeaderClassName
{
color: #D7C506;
}
.AnyTagClassName
{
color: #D7C506;
}
</style>
background-color css
<style>
a { background-color: #D7C506; }
a { background-color: rgb(215,197,6); }
div.DivClassName
{
background-color: #D7C506;
}
.BgClassName
{
background-color: #D7C506;
}
</style>
border-color css
<style>
span { border-color: #D7C506; }
span { border-color: rgb(215,197,6); }
td.TdClassName
{
border-color: #D7C506;
}
.TagClassName
{
border-color: #D7C506;
}
</style>