Shades of Bird Flower #D4B908
Tints of Bird Flower #D4B908
RGB
CMYK
RGB Variations
Color information
#D4B908 (or 0xD4B908) is known color: Bird Flower. HEX triplet: D4, B9 and 08. RGB value is (212,185,8). Sum of RGB (Red+Green+Blue) = 212+185+8=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B908 is #2B46F7. Grayscale: #ADADAD. Windows color (decimal): -2836216 or 571860. OLE color: 571860.
HSL color Cylindrical-coordinate representation of color #D4B908: hue angle of 52.06º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4B908 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 8 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.17 |
| HSL | 52.06º | 0.93% | 0.43% | - |
| HSV(B) | 52.06º | 0.96% | 0.83% | - |
| XYZ | 44.54 | 48.71 | 7.28 | - |
| YUV | 172.9 | 34.95 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 8 | 0 | 0.13 | 0.96 | 0.17 | 52.06 | 0.93 | 0.43 |
| Hex | D4 | B9 | 8 | 0 | D | 60 | 11 | 34 | 5D | 2B |
| Octal | 324 | 271 | 10 | 0 | 15 | 140 | 21 | 64 | 135 | 53 |
| Binary | 11010100 | 10111001 | 1000 | 0 | 1101 | 1100000 | 10001 | 110100 | 1011101 | 101011 |
Color Harmonies of #D4B908
Complementary color
Monochromatic Colors of #D4B908
Black with #D4B908
Text Example
Text Example
White with #D4B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B908; }
p { color: rgb(212,185,8); }
H1.HeaderClassName
{
color: #D4B908;
}
.AnyTagClassName
{
color: #D4B908;
}
</style>
background-color css
<style>
a { background-color: #D4B908; }
a { background-color: rgb(212,185,8); }
div.DivClassName
{
background-color: #D4B908;
}
.BgClassName
{
background-color: #D4B908;
}
</style>
border-color css
<style>
span { border-color: #D4B908; }
span { border-color: rgb(212,185,8); }
td.TdClassName
{
border-color: #D4B908;
}
.TagClassName
{
border-color: #D4B908;
}
</style>