Shades of Bird Flower #D8B702
Tints of Bird Flower #D8B702
RGB
CMYK
RGB Variations
Color information
#D8B702 (or 0xD8B702) is known color: Bird Flower. HEX triplet: D8, B7 and 02. RGB value is (216,183,2). Sum of RGB (Red+Green+Blue) = 216+183+2=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B702 is #2748FD. Grayscale: #ACACAC. Windows color (decimal): -2574590 or 178136. OLE color: 178136.
HSL color Cylindrical-coordinate representation of color #D8B702: hue angle of 50.75º 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 #D8B702 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.15 |
| HSL | 50.75º | 0.98% | 0.43% | - |
| HSV(B) | 50.75º | 0.99% | 0.85% | - |
| XYZ | 45.26 | 48.47 | 7.03 | - |
| YUV | 172.23 | 31.93 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 2 | 0 | 0.15 | 0.99 | 0.15 | 50.75 | 0.98 | 0.43 |
| Hex | D8 | B7 | 2 | 0 | F | 63 | F | 33 | 62 | 2B |
| Octal | 330 | 267 | 2 | 0 | 17 | 143 | 17 | 63 | 142 | 53 |
| Binary | 11011000 | 10110111 | 10 | 0 | 1111 | 1100011 | 1111 | 110011 | 1100010 | 101011 |
Color Harmonies of #D8B702
Complementary color
Monochromatic Colors of #D8B702
Black with #D8B702
Text Example
Text Example
White with #D8B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B702; }
p { color: rgb(216,183,2); }
H1.HeaderClassName
{
color: #D8B702;
}
.AnyTagClassName
{
color: #D8B702;
}
</style>
background-color css
<style>
a { background-color: #D8B702; }
a { background-color: rgb(216,183,2); }
div.DivClassName
{
background-color: #D8B702;
}
.BgClassName
{
background-color: #D8B702;
}
</style>
border-color css
<style>
span { border-color: #D8B702; }
span { border-color: rgb(216,183,2); }
td.TdClassName
{
border-color: #D8B702;
}
.TagClassName
{
border-color: #D8B702;
}
</style>