Shades of Bird Flower #D4B900
Tints of Bird Flower #D4B900
RGB
CMYK
RGB Variations
Color information
#D4B900 (or 0xD4B900) is known color: Bird Flower. HEX triplet: D4, B9 and 00. RGB value is (212,185,0). Sum of RGB (Red+Green+Blue) = 212+185+0=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B900 is #2B46FF. Grayscale: #ACACAC. Windows color (decimal): -2836224 or 47572. OLE color: 47572.
HSL color Cylindrical-coordinate representation of color #D4B900: hue angle of 52.36º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4B900 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.17 |
| HSL | 52.36º | 1% | 0.42% | - |
| HSV(B) | 52.36º | 1% | 0.83% | - |
| XYZ | 44.5 | 48.69 | 7.05 | - |
| YUV | 171.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 0 | 0 | 0.13 | 1 | 0.17 | 52.36 | 1 | 0.42 |
| Hex | D4 | B9 | 0 | 0 | D | 64 | 11 | 34 | 64 | 2A |
| Octal | 324 | 271 | 0 | 0 | 15 | 144 | 21 | 64 | 144 | 52 |
| Binary | 11010100 | 10111001 | 0 | 0 | 1101 | 1100100 | 10001 | 110100 | 1100100 | 101010 |
Color Harmonies of #D4B900
Complementary color
Monochromatic Colors of #D4B900
Black with #D4B900
Text Example
Text Example
White with #D4B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B900; }
p { color: rgb(212,185,0); }
H1.HeaderClassName
{
color: #D4B900;
}
.AnyTagClassName
{
color: #D4B900;
}
</style>
background-color css
<style>
a { background-color: #D4B900; }
a { background-color: rgb(212,185,0); }
div.DivClassName
{
background-color: #D4B900;
}
.BgClassName
{
background-color: #D4B900;
}
</style>
border-color css
<style>
span { border-color: #D4B900; }
span { border-color: rgb(212,185,0); }
td.TdClassName
{
border-color: #D4B900;
}
.TagClassName
{
border-color: #D4B900;
}
</style>