Shades of Bird Flower #D7C00A
Tints of Bird Flower #D7C00A
RGB
CMYK
RGB Variations
Color information
#D7C00A (or 0xD7C00A) is known color: Bird Flower. HEX triplet: D7, C0 and 0A. RGB value is (215,192,10). Sum of RGB (Red+Green+Blue) = 215+192+10=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C00A is #283FF5. Grayscale: #B2B2B2. Windows color (decimal): -2637814 or 704727. OLE color: 704727.
HSL color Cylindrical-coordinate representation of color #D7C00A: hue angle of 53.27º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7C00A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.16 |
| HSL | 53.27º | 0.91% | 0.44% | - |
| HSV(B) | 53.27º | 0.95% | 0.84% | - |
| XYZ | 46.93 | 52.17 | 7.88 | - |
| YUV | 178.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 10 | 0 | 0.11 | 0.95 | 0.16 | 53.27 | 0.91 | 0.44 |
| Hex | D7 | C0 | A | 0 | B | 5F | 10 | 35 | 5B | 2C |
| Octal | 327 | 300 | 12 | 0 | 13 | 137 | 20 | 65 | 133 | 54 |
| Binary | 11010111 | 11000000 | 1010 | 0 | 1011 | 1011111 | 10000 | 110101 | 1011011 | 101100 |
Color Harmonies of #D7C00A
Complementary color
Monochromatic Colors of #D7C00A
Black with #D7C00A
Text Example
Text Example
White with #D7C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C00A; }
p { color: rgb(215,192,10); }
H1.HeaderClassName
{
color: #D7C00A;
}
.AnyTagClassName
{
color: #D7C00A;
}
</style>
background-color css
<style>
a { background-color: #D7C00A; }
a { background-color: rgb(215,192,10); }
div.DivClassName
{
background-color: #D7C00A;
}
.BgClassName
{
background-color: #D7C00A;
}
</style>
border-color css
<style>
span { border-color: #D7C00A; }
span { border-color: rgb(215,192,10); }
td.TdClassName
{
border-color: #D7C00A;
}
.TagClassName
{
border-color: #D7C00A;
}
</style>