Shades of Bird Flower #D7C309
Tints of Bird Flower #D7C309
RGB
CMYK
RGB Variations
Color information
#D7C309 (or 0xD7C309) is known color: Bird Flower. HEX triplet: D7, C3 and 09. RGB value is (215,195,9). Sum of RGB (Red+Green+Blue) = 215+195+9=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C309 is #283CF6. Grayscale: #B4B4B4. Windows color (decimal): -2637047 or 639959. OLE color: 639959.
HSL color Cylindrical-coordinate representation of color #D7C309: hue angle of 54.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7C309 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.16 |
| HSL | 54.17º | 0.92% | 0.44% | - |
| HSV(B) | 54.17º | 0.96% | 0.84% | - |
| XYZ | 47.59 | 53.5 | 8.08 | - |
| YUV | 179.78 | 31.63 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 9 | 0 | 0.09 | 0.96 | 0.16 | 54.17 | 0.92 | 0.44 |
| Hex | D7 | C3 | 9 | 0 | 9 | 60 | 10 | 36 | 5C | 2C |
| Octal | 327 | 303 | 11 | 0 | 11 | 140 | 20 | 66 | 134 | 54 |
| Binary | 11010111 | 11000011 | 1001 | 0 | 1001 | 1100000 | 10000 | 110110 | 1011100 | 101100 |
Color Harmonies of #D7C309
Complementary color
Monochromatic Colors of #D7C309
Black with #D7C309
Text Example
Text Example
White with #D7C309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C309; }
p { color: rgb(215,195,9); }
H1.HeaderClassName
{
color: #D7C309;
}
.AnyTagClassName
{
color: #D7C309;
}
</style>
background-color css
<style>
a { background-color: #D7C309; }
a { background-color: rgb(215,195,9); }
div.DivClassName
{
background-color: #D7C309;
}
.BgClassName
{
background-color: #D7C309;
}
</style>
border-color css
<style>
span { border-color: #D7C309; }
span { border-color: rgb(215,195,9); }
td.TdClassName
{
border-color: #D7C309;
}
.TagClassName
{
border-color: #D7C309;
}
</style>