Shades of Bird Flower #D8B502
Tints of Bird Flower #D8B502
RGB
CMYK
RGB Variations
Color information
#D8B502 (or 0xD8B502) is known color: Bird Flower. HEX triplet: D8, B5 and 02. RGB value is (216,181,2). Sum of RGB (Red+Green+Blue) = 216+181+2=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B502 is #274AFD. Grayscale: #ABABAB. Windows color (decimal): -2575102 or 177624. OLE color: 177624.
HSL color Cylindrical-coordinate representation of color #D8B502: hue angle of 50.19º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8B502 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.15 |
| HSL | 50.19º | 0.98% | 0.43% | - |
| HSV(B) | 50.19º | 0.99% | 0.85% | - |
| XYZ | 44.85 | 47.65 | 6.89 | - |
| YUV | 171.06 | 32.6 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 2 | 0 | 0.16 | 0.99 | 0.15 | 50.19 | 0.98 | 0.43 |
| Hex | D8 | B5 | 2 | 0 | 10 | 63 | F | 32 | 62 | 2B |
| Octal | 330 | 265 | 2 | 0 | 20 | 143 | 17 | 62 | 142 | 53 |
| Binary | 11011000 | 10110101 | 10 | 0 | 10000 | 1100011 | 1111 | 110010 | 1100010 | 101011 |
Color Harmonies of #D8B502
Complementary color
Monochromatic Colors of #D8B502
Black with #D8B502
Text Example
Text Example
White with #D8B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B502; }
p { color: rgb(216,181,2); }
H1.HeaderClassName
{
color: #D8B502;
}
.AnyTagClassName
{
color: #D8B502;
}
</style>
background-color css
<style>
a { background-color: #D8B502; }
a { background-color: rgb(216,181,2); }
div.DivClassName
{
background-color: #D8B502;
}
.BgClassName
{
background-color: #D8B502;
}
</style>
border-color css
<style>
span { border-color: #D8B502; }
span { border-color: rgb(216,181,2); }
td.TdClassName
{
border-color: #D8B502;
}
.TagClassName
{
border-color: #D8B502;
}
</style>