Shades of Bird Flower #D7B601
Tints of Bird Flower #D7B601
RGB
CMYK
RGB Variations
Color information
#D7B601 (or 0xD7B601) is known color: Bird Flower. HEX triplet: D7, B6 and 01. RGB value is (215,182,1). Sum of RGB (Red+Green+Blue) = 215+182+1=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B601 is #2849FE. Grayscale: #ABABAB. Windows color (decimal): -2640383 or 112343. OLE color: 112343.
HSL color Cylindrical-coordinate representation of color #D7B601: hue angle of 50.75º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7B601 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.16 |
| HSL | 50.75º | 0.99% | 0.42% | - |
| HSV(B) | 50.75º | 1% | 0.84% | - |
| XYZ | 44.76 | 47.91 | 6.92 | - |
| YUV | 171.23 | 31.93 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 1 | 0 | 0.15 | 1.00 | 0.16 | 50.75 | 0.99 | 0.42 |
| Hex | D7 | B6 | 1 | 0 | F | 64 | 10 | 33 | 63 | 2A |
| Octal | 327 | 266 | 1 | 0 | 17 | 144 | 20 | 63 | 143 | 52 |
| Binary | 11010111 | 10110110 | 1 | 0 | 1111 | 1100100 | 10000 | 110011 | 1100011 | 101010 |
Color Harmonies of #D7B601
Complementary color
Monochromatic Colors of #D7B601
Black with #D7B601
Text Example
Text Example
White with #D7B601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B601; }
p { color: rgb(215,182,1); }
H1.HeaderClassName
{
color: #D7B601;
}
.AnyTagClassName
{
color: #D7B601;
}
</style>
background-color css
<style>
a { background-color: #D7B601; }
a { background-color: rgb(215,182,1); }
div.DivClassName
{
background-color: #D7B601;
}
.BgClassName
{
background-color: #D7B601;
}
</style>
border-color css
<style>
span { border-color: #D7B601; }
span { border-color: rgb(215,182,1); }
td.TdClassName
{
border-color: #D7B601;
}
.TagClassName
{
border-color: #D7B601;
}
</style>