Shades of Bird Flower #D7C900
Tints of Bird Flower #D7C900
RGB
CMYK
RGB Variations
Color information
#D7C900 (or 0xD7C900) is known color: Bird Flower. HEX triplet: D7, C9 and 00. RGB value is (215,201,0). Sum of RGB (Red+Green+Blue) = 215+201+0=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C900 is #2836FF. Grayscale: #B7B7B7. Windows color (decimal): -2635520 or 51671. OLE color: 51671.
HSL color Cylindrical-coordinate representation of color #D7C900: hue angle of 56.09º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7C900 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.16 |
| HSL | 56.09º | 1% | 0.42% | - |
| HSV(B) | 56.09º | 1% | 0.84% | - |
| XYZ | 48.91 | 56.22 | 8.27 | - |
| YUV | 182.27 | 25.14 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 0 | 0 | 0.07 | 1 | 0.16 | 56.09 | 1 | 0.42 |
| Hex | D7 | C9 | 0 | 0 | 7 | 64 | 10 | 38 | 64 | 2A |
| Octal | 327 | 311 | 0 | 0 | 7 | 144 | 20 | 70 | 144 | 52 |
| Binary | 11010111 | 11001001 | 0 | 0 | 111 | 1100100 | 10000 | 111000 | 1100100 | 101010 |
Color Harmonies of #D7C900
Complementary color
Monochromatic Colors of #D7C900
Black with #D7C900
Text Example
Text Example
White with #D7C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C900; }
p { color: rgb(215,201,0); }
H1.HeaderClassName
{
color: #D7C900;
}
.AnyTagClassName
{
color: #D7C900;
}
</style>
background-color css
<style>
a { background-color: #D7C900; }
a { background-color: rgb(215,201,0); }
div.DivClassName
{
background-color: #D7C900;
}
.BgClassName
{
background-color: #D7C900;
}
</style>
border-color css
<style>
span { border-color: #D7C900; }
span { border-color: rgb(215,201,0); }
td.TdClassName
{
border-color: #D7C900;
}
.TagClassName
{
border-color: #D7C900;
}
</style>