Shades of Bird Flower #D7C615
Tints of Bird Flower #D7C615
RGB
CMYK
RGB Variations
Color information
#D7C615 (or 0xD7C615) is known color: Bird Flower. HEX triplet: D7, C6 and 15. RGB value is (215,198,21). Sum of RGB (Red+Green+Blue) = 215+198+21=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C615 is #2839EA. Grayscale: #B7B7B7. Windows color (decimal): -2636267 or 1427159. OLE color: 1427159.
HSL color Cylindrical-coordinate representation of color #D7C615: hue angle of 54.74º 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 #D7C615 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 21 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.16 |
| HSL | 54.74º | 0.82% | 0.46% | - |
| HSV(B) | 54.74º | 0.9% | 0.84% | - |
| XYZ | 48.35 | 54.89 | 8.76 | - |
| YUV | 182.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 21 | 0 | 0.08 | 0.90 | 0.16 | 54.74 | 0.82 | 0.46 |
| Hex | D7 | C6 | 15 | 0 | 8 | 5A | 10 | 37 | 52 | 2E |
| Octal | 327 | 306 | 25 | 0 | 10 | 132 | 20 | 67 | 122 | 56 |
| Binary | 11010111 | 11000110 | 10101 | 0 | 1000 | 1011010 | 10000 | 110111 | 1010010 | 101110 |
Color Harmonies of #D7C615
Complementary color
Monochromatic Colors of #D7C615
Black with #D7C615
Text Example
Text Example
White with #D7C615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C615; }
p { color: rgb(215,198,21); }
H1.HeaderClassName
{
color: #D7C615;
}
.AnyTagClassName
{
color: #D7C615;
}
</style>
background-color css
<style>
a { background-color: #D7C615; }
a { background-color: rgb(215,198,21); }
div.DivClassName
{
background-color: #D7C615;
}
.BgClassName
{
background-color: #D7C615;
}
</style>
border-color css
<style>
span { border-color: #D7C615; }
span { border-color: rgb(215,198,21); }
td.TdClassName
{
border-color: #D7C615;
}
.TagClassName
{
border-color: #D7C615;
}
</style>