Shades of Bird Flower #D7C915
Tints of Bird Flower #D7C915
RGB
CMYK
RGB Variations
Color information
#D7C915 (or 0xD7C915) is known color: Bird Flower. HEX triplet: D7, C9 and 15. RGB value is (215,201,21). Sum of RGB (Red+Green+Blue) = 215+201+21=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C915 is #2836EA. Grayscale: #B9B9B9. Windows color (decimal): -2635499 or 1427927. OLE color: 1427927.
HSL color Cylindrical-coordinate representation of color #D7C915: hue angle of 55.67º 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 #D7C915 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 21 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.16 |
| HSL | 55.67º | 0.82% | 0.46% | - |
| HSV(B) | 55.67º | 0.9% | 0.84% | - |
| XYZ | 49.05 | 56.27 | 8.99 | - |
| YUV | 184.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 21 | 0 | 0.07 | 0.90 | 0.16 | 55.67 | 0.82 | 0.46 |
| Hex | D7 | C9 | 15 | 0 | 7 | 5A | 10 | 38 | 52 | 2E |
| Octal | 327 | 311 | 25 | 0 | 7 | 132 | 20 | 70 | 122 | 56 |
| Binary | 11010111 | 11001001 | 10101 | 0 | 111 | 1011010 | 10000 | 111000 | 1010010 | 101110 |
Color Harmonies of #D7C915
Complementary color
Monochromatic Colors of #D7C915
Black with #D7C915
Text Example
Text Example
White with #D7C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C915; }
p { color: rgb(215,201,21); }
H1.HeaderClassName
{
color: #D7C915;
}
.AnyTagClassName
{
color: #D7C915;
}
</style>
background-color css
<style>
a { background-color: #D7C915; }
a { background-color: rgb(215,201,21); }
div.DivClassName
{
background-color: #D7C915;
}
.BgClassName
{
background-color: #D7C915;
}
</style>
border-color css
<style>
span { border-color: #D7C915; }
span { border-color: rgb(215,201,21); }
td.TdClassName
{
border-color: #D7C915;
}
.TagClassName
{
border-color: #D7C915;
}
</style>