Shades of Bird Flower #D7C40C
Tints of Bird Flower #D7C40C
RGB
CMYK
RGB Variations
Color information
#D7C40C (or 0xD7C40C) is known color: Bird Flower. HEX triplet: D7, C4 and 0C. RGB value is (215,196,12). Sum of RGB (Red+Green+Blue) = 215+196+12=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C40C is #283BF3. Grayscale: #B5B5B5. Windows color (decimal): -2636788 or 836823. OLE color: 836823.
HSL color Cylindrical-coordinate representation of color #D7C40C: hue angle of 54.38º 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 #D7C40C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.16 |
| HSL | 54.38º | 0.89% | 0.45% | - |
| HSV(B) | 54.38º | 0.94% | 0.84% | - |
| XYZ | 47.83 | 53.95 | 8.24 | - |
| YUV | 180.71 | 32.79 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 12 | 0 | 0.09 | 0.94 | 0.16 | 54.38 | 0.89 | 0.45 |
| Hex | D7 | C4 | C | 0 | 9 | 5E | 10 | 36 | 59 | 2D |
| Octal | 327 | 304 | 14 | 0 | 11 | 136 | 20 | 66 | 131 | 55 |
| Binary | 11010111 | 11000100 | 1100 | 0 | 1001 | 1011110 | 10000 | 110110 | 1011001 | 101101 |
Color Harmonies of #D7C40C
Complementary color
Monochromatic Colors of #D7C40C
Black with #D7C40C
Text Example
Text Example
White with #D7C40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C40C; }
p { color: rgb(215,196,12); }
H1.HeaderClassName
{
color: #D7C40C;
}
.AnyTagClassName
{
color: #D7C40C;
}
</style>
background-color css
<style>
a { background-color: #D7C40C; }
a { background-color: rgb(215,196,12); }
div.DivClassName
{
background-color: #D7C40C;
}
.BgClassName
{
background-color: #D7C40C;
}
</style>
border-color css
<style>
span { border-color: #D7C40C; }
span { border-color: rgb(215,196,12); }
td.TdClassName
{
border-color: #D7C40C;
}
.TagClassName
{
border-color: #D7C40C;
}
</style>