Shades of Bird Flower #D7C310
Tints of Bird Flower #D7C310
RGB
CMYK
RGB Variations
Color information
#D7C310 (or 0xD7C310) is known color: Bird Flower. HEX triplet: D7, C3 and 10. RGB value is (215,195,16). Sum of RGB (Red+Green+Blue) = 215+195+16=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C310 is #283CEF. Grayscale: #B5B5B5. Windows color (decimal): -2637040 or 1098711. OLE color: 1098711.
HSL color Cylindrical-coordinate representation of color #D7C310: hue angle of 53.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7C310 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.16 |
| HSL | 53.97º | 0.86% | 0.45% | - |
| HSV(B) | 53.97º | 0.93% | 0.84% | - |
| XYZ | 47.63 | 53.51 | 8.31 | - |
| YUV | 180.57 | 35.13 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 16 | 0 | 0.09 | 0.93 | 0.16 | 53.97 | 0.86 | 0.45 |
| Hex | D7 | C3 | 10 | 0 | 9 | 5D | 10 | 36 | 56 | 2D |
| Octal | 327 | 303 | 20 | 0 | 11 | 135 | 20 | 66 | 126 | 55 |
| Binary | 11010111 | 11000011 | 10000 | 0 | 1001 | 1011101 | 10000 | 110110 | 1010110 | 101101 |
Color Harmonies of #D7C310
Complementary color
Monochromatic Colors of #D7C310
Black with #D7C310
Text Example
Text Example
White with #D7C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C310; }
p { color: rgb(215,195,16); }
H1.HeaderClassName
{
color: #D7C310;
}
.AnyTagClassName
{
color: #D7C310;
}
</style>
background-color css
<style>
a { background-color: #D7C310; }
a { background-color: rgb(215,195,16); }
div.DivClassName
{
background-color: #D7C310;
}
.BgClassName
{
background-color: #D7C310;
}
</style>
border-color css
<style>
span { border-color: #D7C310; }
span { border-color: rgb(215,195,16); }
td.TdClassName
{
border-color: #D7C310;
}
.TagClassName
{
border-color: #D7C310;
}
</style>