Shades of Bird Flower #D1B71C
Tints of Bird Flower #D1B71C
RGB
CMYK
RGB Variations
Color information
#D1B71C (or 0xD1B71C) is known color: Bird Flower. HEX triplet: D1, B7 and 1C. RGB value is (209,183,28). Sum of RGB (Red+Green+Blue) = 209+183+28=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B71C is #2E48E3. Grayscale: #ADADAD. Windows color (decimal): -3033316 or 1882065. OLE color: 1882065.
HSL color Cylindrical-coordinate representation of color #D1B71C: hue angle of 51.38º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1B71C is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 28 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.18 |
| HSL | 51.38º | 0.76% | 0.46% | - |
| HSV(B) | 51.38º | 0.87% | 0.82% | - |
| XYZ | 43.44 | 47.51 | 7.98 | - |
| YUV | 173.1 | 46.11 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 28 | 0 | 0.12 | 0.87 | 0.18 | 51.38 | 0.76 | 0.46 |
| Hex | D1 | B7 | 1C | 0 | C | 57 | 12 | 33 | 4C | 2E |
| Octal | 321 | 267 | 34 | 0 | 14 | 127 | 22 | 63 | 114 | 56 |
| Binary | 11010001 | 10110111 | 11100 | 0 | 1100 | 1010111 | 10010 | 110011 | 1001100 | 101110 |
Color Harmonies of #D1B71C
Complementary color
Monochromatic Colors of #D1B71C
Black with #D1B71C
Text Example
Text Example
White with #D1B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B71C; }
p { color: rgb(209,183,28); }
H1.HeaderClassName
{
color: #D1B71C;
}
.AnyTagClassName
{
color: #D1B71C;
}
</style>
background-color css
<style>
a { background-color: #D1B71C; }
a { background-color: rgb(209,183,28); }
div.DivClassName
{
background-color: #D1B71C;
}
.BgClassName
{
background-color: #D1B71C;
}
</style>
border-color css
<style>
span { border-color: #D1B71C; }
span { border-color: rgb(209,183,28); }
td.TdClassName
{
border-color: #D1B71C;
}
.TagClassName
{
border-color: #D1B71C;
}
</style>