Shades of Bird Flower #D7C613
Tints of Bird Flower #D7C613
RGB
CMYK
RGB Variations
Color information
#D7C613 (or 0xD7C613) is known color: Bird Flower. HEX triplet: D7, C6 and 13. RGB value is (215,198,19). Sum of RGB (Red+Green+Blue) = 215+198+19=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C613 is #2839EC. Grayscale: #B7B7B7. Windows color (decimal): -2636269 or 1296087. OLE color: 1296087.
HSL color Cylindrical-coordinate representation of color #D7C613: hue angle of 54.8º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7C613 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 19 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.16 |
| HSL | 54.8º | 0.84% | 0.46% | - |
| HSV(B) | 54.8º | 0.91% | 0.84% | - |
| XYZ | 48.34 | 54.88 | 8.66 | - |
| YUV | 182.68 | 35.63 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 19 | 0 | 0.08 | 0.91 | 0.16 | 54.8 | 0.84 | 0.46 |
| Hex | D7 | C6 | 13 | 0 | 8 | 5B | 10 | 37 | 54 | 2E |
| Octal | 327 | 306 | 23 | 0 | 10 | 133 | 20 | 67 | 124 | 56 |
| Binary | 11010111 | 11000110 | 10011 | 0 | 1000 | 1011011 | 10000 | 110111 | 1010100 | 101110 |
Color Harmonies of #D7C613
Complementary color
Monochromatic Colors of #D7C613
Black with #D7C613
Text Example
Text Example
White with #D7C613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C613; }
p { color: rgb(215,198,19); }
H1.HeaderClassName
{
color: #D7C613;
}
.AnyTagClassName
{
color: #D7C613;
}
</style>
background-color css
<style>
a { background-color: #D7C613; }
a { background-color: rgb(215,198,19); }
div.DivClassName
{
background-color: #D7C613;
}
.BgClassName
{
background-color: #D7C613;
}
</style>
border-color css
<style>
span { border-color: #D7C613; }
span { border-color: rgb(215,198,19); }
td.TdClassName
{
border-color: #D7C613;
}
.TagClassName
{
border-color: #D7C613;
}
</style>