Shades of Bird Flower #D2BA08
Tints of Bird Flower #D2BA08
RGB
CMYK
RGB Variations
Color information
#D2BA08 (or 0xD2BA08) is known color: Bird Flower. HEX triplet: D2, BA and 08. RGB value is (210,186,8). Sum of RGB (Red+Green+Blue) = 210+186+8=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BA08 is #2D45F7. Grayscale: #ADADAD. Windows color (decimal): -2967032 or 572114. OLE color: 572114.
HSL color Cylindrical-coordinate representation of color #D2BA08: hue angle of 52.87º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2BA08 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.18 |
| HSL | 52.87º | 0.93% | 0.43% | - |
| HSV(B) | 52.87º | 0.96% | 0.82% | - |
| XYZ | 44.18 | 48.84 | 7.33 | - |
| YUV | 172.88 | 34.95 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 8 | 0 | 0.11 | 0.96 | 0.18 | 52.87 | 0.93 | 0.43 |
| Hex | D2 | BA | 8 | 0 | B | 60 | 12 | 35 | 5D | 2B |
| Octal | 322 | 272 | 10 | 0 | 13 | 140 | 22 | 65 | 135 | 53 |
| Binary | 11010010 | 10111010 | 1000 | 0 | 1011 | 1100000 | 10010 | 110101 | 1011101 | 101011 |
Color Harmonies of #D2BA08
Complementary color
Monochromatic Colors of #D2BA08
Black with #D2BA08
Text Example
Text Example
White with #D2BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA08; }
p { color: rgb(210,186,8); }
H1.HeaderClassName
{
color: #D2BA08;
}
.AnyTagClassName
{
color: #D2BA08;
}
</style>
background-color css
<style>
a { background-color: #D2BA08; }
a { background-color: rgb(210,186,8); }
div.DivClassName
{
background-color: #D2BA08;
}
.BgClassName
{
background-color: #D2BA08;
}
</style>
border-color css
<style>
span { border-color: #D2BA08; }
span { border-color: rgb(210,186,8); }
td.TdClassName
{
border-color: #D2BA08;
}
.TagClassName
{
border-color: #D2BA08;
}
</style>