Shades of Bird Flower #D4B805
Tints of Bird Flower #D4B805
RGB
CMYK
RGB Variations
Color information
#D4B805 (or 0xD4B805) is known color: Bird Flower. HEX triplet: D4, B8 and 05. RGB value is (212,184,5). Sum of RGB (Red+Green+Blue) = 212+184+5=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B805 is #2B47FA. Grayscale: #ACACAC. Windows color (decimal): -2836475 or 374996. OLE color: 374996.
HSL color Cylindrical-coordinate representation of color #D4B805: hue angle of 51.88º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4B805 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 184 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.17 |
| HSL | 51.88º | 0.95% | 0.43% | - |
| HSV(B) | 51.88º | 0.98% | 0.83% | - |
| XYZ | 44.32 | 48.29 | 7.13 | - |
| YUV | 171.97 | 33.78 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 184 | 5 | 0 | 0.13 | 0.98 | 0.17 | 51.88 | 0.95 | 0.43 |
| Hex | D4 | B8 | 5 | 0 | D | 62 | 11 | 34 | 5F | 2B |
| Octal | 324 | 270 | 5 | 0 | 15 | 142 | 21 | 64 | 137 | 53 |
| Binary | 11010100 | 10111000 | 101 | 0 | 1101 | 1100010 | 10001 | 110100 | 1011111 | 101011 |
Color Harmonies of #D4B805
Complementary color
Monochromatic Colors of #D4B805
Black with #D4B805
Text Example
Text Example
White with #D4B805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B805; }
p { color: rgb(212,184,5); }
H1.HeaderClassName
{
color: #D4B805;
}
.AnyTagClassName
{
color: #D4B805;
}
</style>
background-color css
<style>
a { background-color: #D4B805; }
a { background-color: rgb(212,184,5); }
div.DivClassName
{
background-color: #D4B805;
}
.BgClassName
{
background-color: #D4B805;
}
</style>
border-color css
<style>
span { border-color: #D4B805; }
span { border-color: rgb(212,184,5); }
td.TdClassName
{
border-color: #D4B805;
}
.TagClassName
{
border-color: #D4B805;
}
</style>