Shades of Bird Flower #D4BA02
Tints of Bird Flower #D4BA02
RGB
CMYK
RGB Variations
Color information
#D4BA02 (or 0xD4BA02) is known color: Bird Flower. HEX triplet: D4, BA and 02. RGB value is (212,186,2). Sum of RGB (Red+Green+Blue) = 212+186+2=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BA02 is #2B45FD. Grayscale: #ADADAD. Windows color (decimal): -2835966 or 178900. OLE color: 178900.
HSL color Cylindrical-coordinate representation of color #D4BA02: hue angle of 52.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4BA02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.17 |
| HSL | 52.57º | 0.98% | 0.42% | - |
| HSV(B) | 52.57º | 0.99% | 0.83% | - |
| XYZ | 44.72 | 49.12 | 7.18 | - |
| YUV | 172.8 | 31.61 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 2 | 0 | 0.12 | 0.99 | 0.17 | 52.57 | 0.98 | 0.42 |
| Hex | D4 | BA | 2 | 0 | C | 63 | 11 | 35 | 62 | 2A |
| Octal | 324 | 272 | 2 | 0 | 14 | 143 | 21 | 65 | 142 | 52 |
| Binary | 11010100 | 10111010 | 10 | 0 | 1100 | 1100011 | 10001 | 110101 | 1100010 | 101010 |
Color Harmonies of #D4BA02
Complementary color
Monochromatic Colors of #D4BA02
Black with #D4BA02
Text Example
Text Example
White with #D4BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA02; }
p { color: rgb(212,186,2); }
H1.HeaderClassName
{
color: #D4BA02;
}
.AnyTagClassName
{
color: #D4BA02;
}
</style>
background-color css
<style>
a { background-color: #D4BA02; }
a { background-color: rgb(212,186,2); }
div.DivClassName
{
background-color: #D4BA02;
}
.BgClassName
{
background-color: #D4BA02;
}
</style>
border-color css
<style>
span { border-color: #D4BA02; }
span { border-color: rgb(212,186,2); }
td.TdClassName
{
border-color: #D4BA02;
}
.TagClassName
{
border-color: #D4BA02;
}
</style>