Shades of Bird Flower #D7C00C
Tints of Bird Flower #D7C00C
RGB
CMYK
RGB Variations
Color information
#D7C00C (or 0xD7C00C) is known color: Bird Flower. HEX triplet: D7, C0 and 0C. RGB value is (215,192,12). Sum of RGB (Red+Green+Blue) = 215+192+12=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C00C is #283FF3. Grayscale: #B3B3B3. Windows color (decimal): -2637812 or 835799. OLE color: 835799.
HSL color Cylindrical-coordinate representation of color #D7C00C: hue angle of 53.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7C00C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.16 |
| HSL | 53.2º | 0.89% | 0.45% | - |
| HSV(B) | 53.2º | 0.94% | 0.84% | - |
| XYZ | 46.94 | 52.17 | 7.94 | - |
| YUV | 178.36 | 34.12 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 12 | 0 | 0.11 | 0.94 | 0.16 | 53.2 | 0.89 | 0.45 |
| Hex | D7 | C0 | C | 0 | B | 5E | 10 | 35 | 59 | 2D |
| Octal | 327 | 300 | 14 | 0 | 13 | 136 | 20 | 65 | 131 | 55 |
| Binary | 11010111 | 11000000 | 1100 | 0 | 1011 | 1011110 | 10000 | 110101 | 1011001 | 101101 |
Color Harmonies of #D7C00C
Complementary color
Monochromatic Colors of #D7C00C
Black with #D7C00C
Text Example
Text Example
White with #D7C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C00C; }
p { color: rgb(215,192,12); }
H1.HeaderClassName
{
color: #D7C00C;
}
.AnyTagClassName
{
color: #D7C00C;
}
</style>
background-color css
<style>
a { background-color: #D7C00C; }
a { background-color: rgb(215,192,12); }
div.DivClassName
{
background-color: #D7C00C;
}
.BgClassName
{
background-color: #D7C00C;
}
</style>
border-color css
<style>
span { border-color: #D7C00C; }
span { border-color: rgb(215,192,12); }
td.TdClassName
{
border-color: #D7C00C;
}
.TagClassName
{
border-color: #D7C00C;
}
</style>