Shades of Bird Flower #D4B915
Tints of Bird Flower #D4B915
RGB
CMYK
RGB Variations
Color information
#D4B915 (or 0xD4B915) is known color: Bird Flower. HEX triplet: D4, B9 and 15. RGB value is (212,185,21). Sum of RGB (Red+Green+Blue) = 212+185+21=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B915 is #2B46EA. Grayscale: #AFAFAF. Windows color (decimal): -2836203 or 1423828. OLE color: 1423828.
HSL color Cylindrical-coordinate representation of color #D4B915: hue angle of 51.52º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4B915 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.17 |
| HSL | 51.52º | 0.82% | 0.46% | - |
| HSV(B) | 51.52º | 0.9% | 0.83% | - |
| XYZ | 44.64 | 48.75 | 7.77 | - |
| YUV | 174.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 21 | 0 | 0.13 | 0.90 | 0.17 | 51.52 | 0.82 | 0.46 |
| Hex | D4 | B9 | 15 | 0 | D | 5A | 11 | 34 | 52 | 2E |
| Octal | 324 | 271 | 25 | 0 | 15 | 132 | 21 | 64 | 122 | 56 |
| Binary | 11010100 | 10111001 | 10101 | 0 | 1101 | 1011010 | 10001 | 110100 | 1010010 | 101110 |
Color Harmonies of #D4B915
Complementary color
Monochromatic Colors of #D4B915
Black with #D4B915
Text Example
Text Example
White with #D4B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B915; }
p { color: rgb(212,185,21); }
H1.HeaderClassName
{
color: #D4B915;
}
.AnyTagClassName
{
color: #D4B915;
}
</style>
background-color css
<style>
a { background-color: #D4B915; }
a { background-color: rgb(212,185,21); }
div.DivClassName
{
background-color: #D4B915;
}
.BgClassName
{
background-color: #D4B915;
}
</style>
border-color css
<style>
span { border-color: #D4B915; }
span { border-color: rgb(212,185,21); }
td.TdClassName
{
border-color: #D4B915;
}
.TagClassName
{
border-color: #D4B915;
}
</style>