Shades of Bird Flower #D8B705
Tints of Bird Flower #D8B705
RGB
CMYK
RGB Variations
Color information
#D8B705 (or 0xD8B705) is known color: Bird Flower. HEX triplet: D8, B7 and 05. RGB value is (216,183,5). Sum of RGB (Red+Green+Blue) = 216+183+5=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B705 is #2748FA. Grayscale: #ADADAD. Windows color (decimal): -2574587 or 374744. OLE color: 374744.
HSL color Cylindrical-coordinate representation of color #D8B705: hue angle of 50.62º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8B705 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.15 |
| HSL | 50.62º | 0.95% | 0.43% | - |
| HSV(B) | 50.62º | 0.98% | 0.85% | - |
| XYZ | 45.28 | 48.48 | 7.11 | - |
| YUV | 172.58 | 33.43 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 5 | 0 | 0.15 | 0.98 | 0.15 | 50.62 | 0.95 | 0.43 |
| Hex | D8 | B7 | 5 | 0 | F | 62 | F | 33 | 5F | 2B |
| Octal | 330 | 267 | 5 | 0 | 17 | 142 | 17 | 63 | 137 | 53 |
| Binary | 11011000 | 10110111 | 101 | 0 | 1111 | 1100010 | 1111 | 110011 | 1011111 | 101011 |
Color Harmonies of #D8B705
Complementary color
Monochromatic Colors of #D8B705
Black with #D8B705
Text Example
Text Example
White with #D8B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B705; }
p { color: rgb(216,183,5); }
H1.HeaderClassName
{
color: #D8B705;
}
.AnyTagClassName
{
color: #D8B705;
}
</style>
background-color css
<style>
a { background-color: #D8B705; }
a { background-color: rgb(216,183,5); }
div.DivClassName
{
background-color: #D8B705;
}
.BgClassName
{
background-color: #D8B705;
}
</style>
border-color css
<style>
span { border-color: #D8B705; }
span { border-color: rgb(216,183,5); }
td.TdClassName
{
border-color: #D8B705;
}
.TagClassName
{
border-color: #D8B705;
}
</style>