Shades of Bird Flower #D7B100
Tints of Bird Flower #D7B100
RGB
CMYK
RGB Variations
Color information
#D7B100 (or 0xD7B100) is known color: Bird Flower. HEX triplet: D7, B1 and 00. RGB value is (215,177,0). Sum of RGB (Red+Green+Blue) = 215+177+0=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B100 is #284EFF. Grayscale: #A8A8A8. Windows color (decimal): -2641664 or 45527. OLE color: 45527.
HSL color Cylindrical-coordinate representation of color #D7B100: hue angle of 49.4º 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 #D7B100 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.16 |
| HSL | 49.4º | 1% | 0.42% | - |
| HSV(B) | 49.4º | 1% | 0.84% | - |
| XYZ | 43.75 | 45.89 | 6.55 | - |
| YUV | 168.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 0 | 0 | 0.18 | 1 | 0.16 | 49.4 | 1 | 0.42 |
| Hex | D7 | B1 | 0 | 0 | 12 | 64 | 10 | 31 | 64 | 2A |
| Octal | 327 | 261 | 0 | 0 | 22 | 144 | 20 | 61 | 144 | 52 |
| Binary | 11010111 | 10110001 | 0 | 0 | 10010 | 1100100 | 10000 | 110001 | 1100100 | 101010 |
Color Harmonies of #D7B100
Complementary color
Monochromatic Colors of #D7B100
Black with #D7B100
Text Example
Text Example
White with #D7B100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B100; }
p { color: rgb(215,177,0); }
H1.HeaderClassName
{
color: #D7B100;
}
.AnyTagClassName
{
color: #D7B100;
}
</style>
background-color css
<style>
a { background-color: #D7B100; }
a { background-color: rgb(215,177,0); }
div.DivClassName
{
background-color: #D7B100;
}
.BgClassName
{
background-color: #D7B100;
}
</style>
border-color css
<style>
span { border-color: #D7B100; }
span { border-color: rgb(215,177,0); }
td.TdClassName
{
border-color: #D7B100;
}
.TagClassName
{
border-color: #D7B100;
}
</style>