Shades of Bird Flower #D5BA08
Tints of Bird Flower #D5BA08
RGB
CMYK
RGB Variations
Color information
#D5BA08 (or 0xD5BA08) is known color: Bird Flower. HEX triplet: D5, BA and 08. RGB value is (213,186,8). Sum of RGB (Red+Green+Blue) = 213+186+8=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BA08 is #2A45F7. Grayscale: #AEAEAE. Windows color (decimal): -2770424 or 572117. OLE color: 572117.
HSL color Cylindrical-coordinate representation of color #D5BA08: hue angle of 52.1º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5BA08 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 8 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.16 |
| HSL | 52.1º | 0.93% | 0.43% | - |
| HSV(B) | 52.1º | 0.96% | 0.84% | - |
| XYZ | 45.04 | 49.28 | 7.37 | - |
| YUV | 173.78 | 34.45 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 8 | 0 | 0.13 | 0.96 | 0.16 | 52.1 | 0.93 | 0.43 |
| Hex | D5 | BA | 8 | 0 | D | 60 | 10 | 34 | 5D | 2B |
| Octal | 325 | 272 | 10 | 0 | 15 | 140 | 20 | 64 | 135 | 53 |
| Binary | 11010101 | 10111010 | 1000 | 0 | 1101 | 1100000 | 10000 | 110100 | 1011101 | 101011 |
Color Harmonies of #D5BA08
Complementary color
Monochromatic Colors of #D5BA08
Black with #D5BA08
Text Example
Text Example
White with #D5BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA08; }
p { color: rgb(213,186,8); }
H1.HeaderClassName
{
color: #D5BA08;
}
.AnyTagClassName
{
color: #D5BA08;
}
</style>
background-color css
<style>
a { background-color: #D5BA08; }
a { background-color: rgb(213,186,8); }
div.DivClassName
{
background-color: #D5BA08;
}
.BgClassName
{
background-color: #D5BA08;
}
</style>
border-color css
<style>
span { border-color: #D5BA08; }
span { border-color: rgb(213,186,8); }
td.TdClassName
{
border-color: #D5BA08;
}
.TagClassName
{
border-color: #D5BA08;
}
</style>