Shades of Bird Flower #D8BA02
Tints of Bird Flower #D8BA02
RGB
CMYK
RGB Variations
Color information
#D8BA02 (or 0xD8BA02) is known color: Bird Flower. HEX triplet: D8, BA and 02. RGB value is (216,186,2). Sum of RGB (Red+Green+Blue) = 216+186+2=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BA02 is #2745FD. Grayscale: #AEAEAE. Windows color (decimal): -2573822 or 178904. OLE color: 178904.
HSL color Cylindrical-coordinate representation of color #D8BA02: hue angle of 51.59º 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 #D8BA02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.15 |
| HSL | 51.59º | 0.98% | 0.43% | - |
| HSV(B) | 51.59º | 0.99% | 0.85% | - |
| XYZ | 45.89 | 49.72 | 7.24 | - |
| YUV | 173.99 | 30.94 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 2 | 0 | 0.14 | 0.99 | 0.15 | 51.59 | 0.98 | 0.43 |
| Hex | D8 | BA | 2 | 0 | E | 63 | F | 34 | 62 | 2B |
| Octal | 330 | 272 | 2 | 0 | 16 | 143 | 17 | 64 | 142 | 53 |
| Binary | 11011000 | 10111010 | 10 | 0 | 1110 | 1100011 | 1111 | 110100 | 1100010 | 101011 |
Color Harmonies of #D8BA02
Complementary color
Monochromatic Colors of #D8BA02
Black with #D8BA02
Text Example
Text Example
White with #D8BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA02; }
p { color: rgb(216,186,2); }
H1.HeaderClassName
{
color: #D8BA02;
}
.AnyTagClassName
{
color: #D8BA02;
}
</style>
background-color css
<style>
a { background-color: #D8BA02; }
a { background-color: rgb(216,186,2); }
div.DivClassName
{
background-color: #D8BA02;
}
.BgClassName
{
background-color: #D8BA02;
}
</style>
border-color css
<style>
span { border-color: #D8BA02; }
span { border-color: rgb(216,186,2); }
td.TdClassName
{
border-color: #D8BA02;
}
.TagClassName
{
border-color: #D8BA02;
}
</style>