Shades of Bird Flower #D7B502
Tints of Bird Flower #D7B502
RGB
CMYK
RGB Variations
Color information
#D7B502 (or 0xD7B502) is known color: Bird Flower. HEX triplet: D7, B5 and 02. RGB value is (215,181,2). Sum of RGB (Red+Green+Blue) = 215+181+2=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B502 is #284AFD. Grayscale: #ABABAB. Windows color (decimal): -2640638 or 177623. OLE color: 177623.
HSL color Cylindrical-coordinate representation of color #D7B502: hue angle of 50.42º 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 #D7B502 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.16 |
| HSL | 50.42º | 0.98% | 0.43% | - |
| HSV(B) | 50.42º | 0.99% | 0.84% | - |
| XYZ | 44.56 | 47.5 | 6.88 | - |
| YUV | 170.76 | 32.76 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 2 | 0 | 0.16 | 0.99 | 0.16 | 50.42 | 0.98 | 0.43 |
| Hex | D7 | B5 | 2 | 0 | 10 | 63 | 10 | 32 | 62 | 2B |
| Octal | 327 | 265 | 2 | 0 | 20 | 143 | 20 | 62 | 142 | 53 |
| Binary | 11010111 | 10110101 | 10 | 0 | 10000 | 1100011 | 10000 | 110010 | 1100010 | 101011 |
Color Harmonies of #D7B502
Complementary color
Monochromatic Colors of #D7B502
Black with #D7B502
Text Example
Text Example
White with #D7B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B502; }
p { color: rgb(215,181,2); }
H1.HeaderClassName
{
color: #D7B502;
}
.AnyTagClassName
{
color: #D7B502;
}
</style>
background-color css
<style>
a { background-color: #D7B502; }
a { background-color: rgb(215,181,2); }
div.DivClassName
{
background-color: #D7B502;
}
.BgClassName
{
background-color: #D7B502;
}
</style>
border-color css
<style>
span { border-color: #D7B502; }
span { border-color: rgb(215,181,2); }
td.TdClassName
{
border-color: #D7B502;
}
.TagClassName
{
border-color: #D7B502;
}
</style>