Shades of Bird Flower #D7C715
Tints of Bird Flower #D7C715
RGB
CMYK
RGB Variations
Color information
#D7C715 (or 0xD7C715) is known color: Bird Flower. HEX triplet: D7, C7 and 15. RGB value is (215,199,21). Sum of RGB (Red+Green+Blue) = 215+199+21=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C715 is #2838EA. Grayscale: #B8B8B8. Windows color (decimal): -2636011 or 1427415. OLE color: 1427415.
HSL color Cylindrical-coordinate representation of color #D7C715: hue angle of 55.05º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7C715 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 21 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.16 |
| HSL | 55.05º | 0.82% | 0.46% | - |
| HSV(B) | 55.05º | 0.9% | 0.84% | - |
| XYZ | 48.58 | 55.35 | 8.83 | - |
| YUV | 183.49 | 36.3 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 21 | 0 | 0.07 | 0.90 | 0.16 | 55.05 | 0.82 | 0.46 |
| Hex | D7 | C7 | 15 | 0 | 7 | 5A | 10 | 37 | 52 | 2E |
| Octal | 327 | 307 | 25 | 0 | 7 | 132 | 20 | 67 | 122 | 56 |
| Binary | 11010111 | 11000111 | 10101 | 0 | 111 | 1011010 | 10000 | 110111 | 1010010 | 101110 |
Color Harmonies of #D7C715
Complementary color
Monochromatic Colors of #D7C715
Black with #D7C715
Text Example
Text Example
White with #D7C715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C715; }
p { color: rgb(215,199,21); }
H1.HeaderClassName
{
color: #D7C715;
}
.AnyTagClassName
{
color: #D7C715;
}
</style>
background-color css
<style>
a { background-color: #D7C715; }
a { background-color: rgb(215,199,21); }
div.DivClassName
{
background-color: #D7C715;
}
.BgClassName
{
background-color: #D7C715;
}
</style>
border-color css
<style>
span { border-color: #D7C715; }
span { border-color: rgb(215,199,21); }
td.TdClassName
{
border-color: #D7C715;
}
.TagClassName
{
border-color: #D7C715;
}
</style>