Shades of Bird Flower #D8B503
Tints of Bird Flower #D8B503
RGB
CMYK
RGB Variations
Color information
#D8B503 (or 0xD8B503) is known color: Bird Flower. HEX triplet: D8, B5 and 03. RGB value is (216,181,3). Sum of RGB (Red+Green+Blue) = 216+181+3=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B503 is #274AFC. Grayscale: #ABABAB. Windows color (decimal): -2575101 or 243160. OLE color: 243160.
HSL color Cylindrical-coordinate representation of color #D8B503: hue angle of 50.14º degrees, saturation: 0.97, 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 #D8B503 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.15 |
| HSL | 50.14º | 0.97% | 0.43% | - |
| HSV(B) | 50.14º | 0.99% | 0.85% | - |
| XYZ | 44.86 | 47.65 | 6.92 | - |
| YUV | 171.17 | 33.1 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 3 | 0 | 0.16 | 0.99 | 0.15 | 50.14 | 0.97 | 0.43 |
| Hex | D8 | B5 | 3 | 0 | 10 | 63 | F | 32 | 61 | 2B |
| Octal | 330 | 265 | 3 | 0 | 20 | 143 | 17 | 62 | 141 | 53 |
| Binary | 11011000 | 10110101 | 11 | 0 | 10000 | 1100011 | 1111 | 110010 | 1100001 | 101011 |
Color Harmonies of #D8B503
Complementary color
Monochromatic Colors of #D8B503
Black with #D8B503
Text Example
Text Example
White with #D8B503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B503; }
p { color: rgb(216,181,3); }
H1.HeaderClassName
{
color: #D8B503;
}
.AnyTagClassName
{
color: #D8B503;
}
</style>
background-color css
<style>
a { background-color: #D8B503; }
a { background-color: rgb(216,181,3); }
div.DivClassName
{
background-color: #D8B503;
}
.BgClassName
{
background-color: #D8B503;
}
</style>
border-color css
<style>
span { border-color: #D8B503; }
span { border-color: rgb(216,181,3); }
td.TdClassName
{
border-color: #D8B503;
}
.TagClassName
{
border-color: #D8B503;
}
</style>