Shades of Bird Flower #D4B903
Tints of Bird Flower #D4B903
RGB
CMYK
RGB Variations
Color information
#D4B903 (or 0xD4B903) is known color: Bird Flower. HEX triplet: D4, B9 and 03. RGB value is (212,185,3). Sum of RGB (Red+Green+Blue) = 212+185+3=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B903 is #2B46FC. Grayscale: #ADADAD. Windows color (decimal): -2836221 or 244180. OLE color: 244180.
HSL color Cylindrical-coordinate representation of color #D4B903: hue angle of 52.25º degrees, saturation: 0.97, 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 #D4B903 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.17 |
| HSL | 52.25º | 0.97% | 0.42% | - |
| HSV(B) | 52.25º | 0.99% | 0.83% | - |
| XYZ | 44.52 | 48.7 | 7.14 | - |
| YUV | 172.33 | 32.45 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 3 | 0 | 0.13 | 0.99 | 0.17 | 52.25 | 0.97 | 0.42 |
| Hex | D4 | B9 | 3 | 0 | D | 63 | 11 | 34 | 61 | 2A |
| Octal | 324 | 271 | 3 | 0 | 15 | 143 | 21 | 64 | 141 | 52 |
| Binary | 11010100 | 10111001 | 11 | 0 | 1101 | 1100011 | 10001 | 110100 | 1100001 | 101010 |
Color Harmonies of #D4B903
Complementary color
Monochromatic Colors of #D4B903
Black with #D4B903
Text Example
Text Example
White with #D4B903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B903; }
p { color: rgb(212,185,3); }
H1.HeaderClassName
{
color: #D4B903;
}
.AnyTagClassName
{
color: #D4B903;
}
</style>
background-color css
<style>
a { background-color: #D4B903; }
a { background-color: rgb(212,185,3); }
div.DivClassName
{
background-color: #D4B903;
}
.BgClassName
{
background-color: #D4B903;
}
</style>
border-color css
<style>
span { border-color: #D4B903; }
span { border-color: rgb(212,185,3); }
td.TdClassName
{
border-color: #D4B903;
}
.TagClassName
{
border-color: #D4B903;
}
</style>