Shades of Bird Flower #D7B602
Tints of Bird Flower #D7B602
RGB
CMYK
RGB Variations
Color information
#D7B602 (or 0xD7B602) is known color: Bird Flower. HEX triplet: D7, B6 and 02. RGB value is (215,182,2). Sum of RGB (Red+Green+Blue) = 215+182+2=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B602 is #2849FD. Grayscale: #ACACAC. Windows color (decimal): -2640382 or 177879. OLE color: 177879.
HSL color Cylindrical-coordinate representation of color #D7B602: hue angle of 50.7º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7B602 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.16 |
| HSL | 50.7º | 0.98% | 0.43% | - |
| HSV(B) | 50.7º | 0.99% | 0.84% | - |
| XYZ | 44.76 | 47.91 | 6.95 | - |
| YUV | 171.35 | 32.43 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 2 | 0 | 0.15 | 0.99 | 0.16 | 50.7 | 0.98 | 0.43 |
| Hex | D7 | B6 | 2 | 0 | F | 63 | 10 | 33 | 62 | 2B |
| Octal | 327 | 266 | 2 | 0 | 17 | 143 | 20 | 63 | 142 | 53 |
| Binary | 11010111 | 10110110 | 10 | 0 | 1111 | 1100011 | 10000 | 110011 | 1100010 | 101011 |
Color Harmonies of #D7B602
Complementary color
Monochromatic Colors of #D7B602
Black with #D7B602
Text Example
Text Example
White with #D7B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B602; }
p { color: rgb(215,182,2); }
H1.HeaderClassName
{
color: #D7B602;
}
.AnyTagClassName
{
color: #D7B602;
}
</style>
background-color css
<style>
a { background-color: #D7B602; }
a { background-color: rgb(215,182,2); }
div.DivClassName
{
background-color: #D7B602;
}
.BgClassName
{
background-color: #D7B602;
}
</style>
border-color css
<style>
span { border-color: #D7B602; }
span { border-color: rgb(215,182,2); }
td.TdClassName
{
border-color: #D7B602;
}
.TagClassName
{
border-color: #D7B602;
}
</style>