Shades of Bird Flower #D3B704
Tints of Bird Flower #D3B704
RGB
CMYK
RGB Variations
Color information
#D3B704 (or 0xD3B704) is known color: Bird Flower. HEX triplet: D3, B7 and 04. RGB value is (211,183,4). Sum of RGB (Red+Green+Blue) = 211+183+4=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B704 is #2C48FB. Grayscale: #ABABAB. Windows color (decimal): -2902268 or 309203. OLE color: 309203.
HSL color Cylindrical-coordinate representation of color #D3B704: hue angle of 51.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3B704 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 183 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.17 |
| HSL | 51.88º | 0.96% | 0.42% | - |
| HSV(B) | 51.88º | 0.98% | 0.83% | - |
| XYZ | 43.82 | 47.72 | 7.02 | - |
| YUV | 170.97 | 33.78 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 4 | 0 | 0.13 | 0.98 | 0.17 | 51.88 | 0.96 | 0.42 |
| Hex | D3 | B7 | 4 | 0 | D | 62 | 11 | 34 | 60 | 2A |
| Octal | 323 | 267 | 4 | 0 | 15 | 142 | 21 | 64 | 140 | 52 |
| Binary | 11010011 | 10110111 | 100 | 0 | 1101 | 1100010 | 10001 | 110100 | 1100000 | 101010 |
Color Harmonies of #D3B704
Complementary color
Monochromatic Colors of #D3B704
Black with #D3B704
Text Example
Text Example
White with #D3B704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B704; }
p { color: rgb(211,183,4); }
H1.HeaderClassName
{
color: #D3B704;
}
.AnyTagClassName
{
color: #D3B704;
}
</style>
background-color css
<style>
a { background-color: #D3B704; }
a { background-color: rgb(211,183,4); }
div.DivClassName
{
background-color: #D3B704;
}
.BgClassName
{
background-color: #D3B704;
}
</style>
border-color css
<style>
span { border-color: #D3B704; }
span { border-color: rgb(211,183,4); }
td.TdClassName
{
border-color: #D3B704;
}
.TagClassName
{
border-color: #D3B704;
}
</style>