Shades of Bird Flower #D7C90A
Tints of Bird Flower #D7C90A
RGB
CMYK
RGB Variations
Color information
#D7C90A (or 0xD7C90A) is known color: Bird Flower. HEX triplet: D7, C9 and 0A. RGB value is (215,201,10). Sum of RGB (Red+Green+Blue) = 215+201+10=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C90A is #2836F5. Grayscale: #B8B8B8. Windows color (decimal): -2635510 or 707031. OLE color: 707031.
HSL color Cylindrical-coordinate representation of color #D7C90A: hue angle of 55.9º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7C90A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 10 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.16 |
| HSL | 55.9º | 0.91% | 0.44% | - |
| HSV(B) | 55.9º | 0.95% | 0.84% | - |
| XYZ | 48.97 | 56.24 | 8.56 | - |
| YUV | 183.41 | 30.14 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 10 | 0 | 0.07 | 0.95 | 0.16 | 55.9 | 0.91 | 0.44 |
| Hex | D7 | C9 | A | 0 | 7 | 5F | 10 | 38 | 5B | 2C |
| Octal | 327 | 311 | 12 | 0 | 7 | 137 | 20 | 70 | 133 | 54 |
| Binary | 11010111 | 11001001 | 1010 | 0 | 111 | 1011111 | 10000 | 111000 | 1011011 | 101100 |
Color Harmonies of #D7C90A
Complementary color
Monochromatic Colors of #D7C90A
Black with #D7C90A
Text Example
Text Example
White with #D7C90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C90A; }
p { color: rgb(215,201,10); }
H1.HeaderClassName
{
color: #D7C90A;
}
.AnyTagClassName
{
color: #D7C90A;
}
</style>
background-color css
<style>
a { background-color: #D7C90A; }
a { background-color: rgb(215,201,10); }
div.DivClassName
{
background-color: #D7C90A;
}
.BgClassName
{
background-color: #D7C90A;
}
</style>
border-color css
<style>
span { border-color: #D7C90A; }
span { border-color: rgb(215,201,10); }
td.TdClassName
{
border-color: #D7C90A;
}
.TagClassName
{
border-color: #D7C90A;
}
</style>