Shades of Bird Flower #D3B706
Tints of Bird Flower #D3B706
RGB
CMYK
RGB Variations
Color information
#D3B706 (or 0xD3B706) is known color: Bird Flower. HEX triplet: D3, B7 and 06. RGB value is (211,183,6). Sum of RGB (Red+Green+Blue) = 211+183+6=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B706 is #2C48F9. Grayscale: #ABABAB. Windows color (decimal): -2902266 or 440275. OLE color: 440275.
HSL color Cylindrical-coordinate representation of color #D3B706: hue angle of 51.8º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3B706 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 183 | 6 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.17 |
| HSL | 51.8º | 0.94% | 0.43% | - |
| HSV(B) | 51.8º | 0.97% | 0.83% | - |
| XYZ | 43.83 | 47.73 | 7.07 | - |
| YUV | 171.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 6 | 0 | 0.13 | 0.97 | 0.17 | 51.8 | 0.94 | 0.43 |
| Hex | D3 | B7 | 6 | 0 | D | 61 | 11 | 34 | 5E | 2B |
| Octal | 323 | 267 | 6 | 0 | 15 | 141 | 21 | 64 | 136 | 53 |
| Binary | 11010011 | 10110111 | 110 | 0 | 1101 | 1100001 | 10001 | 110100 | 1011110 | 101011 |
Color Harmonies of #D3B706
Complementary color
Monochromatic Colors of #D3B706
Black with #D3B706
Text Example
Text Example
White with #D3B706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B706; }
p { color: rgb(211,183,6); }
H1.HeaderClassName
{
color: #D3B706;
}
.AnyTagClassName
{
color: #D3B706;
}
</style>
background-color css
<style>
a { background-color: #D3B706; }
a { background-color: rgb(211,183,6); }
div.DivClassName
{
background-color: #D3B706;
}
.BgClassName
{
background-color: #D3B706;
}
</style>
border-color css
<style>
span { border-color: #D3B706; }
span { border-color: rgb(211,183,6); }
td.TdClassName
{
border-color: #D3B706;
}
.TagClassName
{
border-color: #D3B706;
}
</style>