Shades of Bird Flower #D4BF02
Tints of Bird Flower #D4BF02
RGB
CMYK
RGB Variations
Color information
#D4BF02 (or 0xD4BF02) is known color: Bird Flower. HEX triplet: D4, BF and 02. RGB value is (212,191,2). Sum of RGB (Red+Green+Blue) = 212+191+2=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BF02 is #2B40FD. Grayscale: #B0B0B0. Windows color (decimal): -2834686 or 180180. OLE color: 180180.
HSL color Cylindrical-coordinate representation of color #D4BF02: hue angle of 54º 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 #D4BF02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.17 |
| HSL | 54º | 0.98% | 0.42% | - |
| HSV(B) | 54º | 0.99% | 0.83% | - |
| XYZ | 45.79 | 51.26 | 7.54 | - |
| YUV | 175.73 | 29.96 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 2 | 0 | 0.10 | 0.99 | 0.17 | 54 | 0.98 | 0.42 |
| Hex | D4 | BF | 2 | 0 | A | 63 | 11 | 36 | 62 | 2A |
| Octal | 324 | 277 | 2 | 0 | 12 | 143 | 21 | 66 | 142 | 52 |
| Binary | 11010100 | 10111111 | 10 | 0 | 1010 | 1100011 | 10001 | 110110 | 1100010 | 101010 |
Color Harmonies of #D4BF02
Complementary color
Monochromatic Colors of #D4BF02
Black with #D4BF02
Text Example
Text Example
White with #D4BF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF02; }
p { color: rgb(212,191,2); }
H1.HeaderClassName
{
color: #D4BF02;
}
.AnyTagClassName
{
color: #D4BF02;
}
</style>
background-color css
<style>
a { background-color: #D4BF02; }
a { background-color: rgb(212,191,2); }
div.DivClassName
{
background-color: #D4BF02;
}
.BgClassName
{
background-color: #D4BF02;
}
</style>
border-color css
<style>
span { border-color: #D4BF02; }
span { border-color: rgb(212,191,2); }
td.TdClassName
{
border-color: #D4BF02;
}
.TagClassName
{
border-color: #D4BF02;
}
</style>