Shades of Bird Flower #D7C80B
Tints of Bird Flower #D7C80B
RGB
CMYK
RGB Variations
Color information
#D7C80B (or 0xD7C80B) is known color: Bird Flower. HEX triplet: D7, C8 and 0B. RGB value is (215,200,11). Sum of RGB (Red+Green+Blue) = 215+200+11=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C80B is #2837F4. Grayscale: #B7B7B7. Windows color (decimal): -2635765 or 772311. OLE color: 772311.
HSL color Cylindrical-coordinate representation of color #D7C80B: hue angle of 55.59º degrees, saturation: 0.9, 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 #D7C80B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.16 |
| HSL | 55.59º | 0.9% | 0.44% | - |
| HSV(B) | 55.59º | 0.95% | 0.84% | - |
| XYZ | 48.74 | 55.78 | 8.51 | - |
| YUV | 182.94 | 30.97 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 11 | 0 | 0.07 | 0.95 | 0.16 | 55.59 | 0.9 | 0.44 |
| Hex | D7 | C8 | B | 0 | 7 | 5F | 10 | 38 | 5A | 2C |
| Octal | 327 | 310 | 13 | 0 | 7 | 137 | 20 | 70 | 132 | 54 |
| Binary | 11010111 | 11001000 | 1011 | 0 | 111 | 1011111 | 10000 | 111000 | 1011010 | 101100 |
Color Harmonies of #D7C80B
Complementary color
Monochromatic Colors of #D7C80B
Black with #D7C80B
Text Example
Text Example
White with #D7C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C80B; }
p { color: rgb(215,200,11); }
H1.HeaderClassName
{
color: #D7C80B;
}
.AnyTagClassName
{
color: #D7C80B;
}
</style>
background-color css
<style>
a { background-color: #D7C80B; }
a { background-color: rgb(215,200,11); }
div.DivClassName
{
background-color: #D7C80B;
}
.BgClassName
{
background-color: #D7C80B;
}
</style>
border-color css
<style>
span { border-color: #D7C80B; }
span { border-color: rgb(215,200,11); }
td.TdClassName
{
border-color: #D7C80B;
}
.TagClassName
{
border-color: #D7C80B;
}
</style>