Shades of Bird Flower #D1B319
Tints of Bird Flower #D1B319
RGB
CMYK
RGB Variations
Color information
#D1B319 (or 0xD1B319) is known color: Bird Flower. HEX triplet: D1, B3 and 19. RGB value is (209,179,25). Sum of RGB (Red+Green+Blue) = 209+179+25=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B319 is #2E4CE6. Grayscale: #ABABAB. Windows color (decimal): -3034343 or 1684433. OLE color: 1684433.
HSL color Cylindrical-coordinate representation of color #D1B319: hue angle of 50.22º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1B319 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 25 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.18 |
| HSL | 50.22º | 0.79% | 0.46% | - |
| HSV(B) | 50.22º | 0.88% | 0.82% | - |
| XYZ | 42.59 | 45.87 | 7.53 | - |
| YUV | 170.41 | 45.94 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 25 | 0 | 0.14 | 0.88 | 0.18 | 50.22 | 0.79 | 0.46 |
| Hex | D1 | B3 | 19 | 0 | E | 58 | 12 | 32 | 4F | 2E |
| Octal | 321 | 263 | 31 | 0 | 16 | 130 | 22 | 62 | 117 | 56 |
| Binary | 11010001 | 10110011 | 11001 | 0 | 1110 | 1011000 | 10010 | 110010 | 1001111 | 101110 |
Color Harmonies of #D1B319
Complementary color
Monochromatic Colors of #D1B319
Black with #D1B319
Text Example
Text Example
White with #D1B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B319; }
p { color: rgb(209,179,25); }
H1.HeaderClassName
{
color: #D1B319;
}
.AnyTagClassName
{
color: #D1B319;
}
</style>
background-color css
<style>
a { background-color: #D1B319; }
a { background-color: rgb(209,179,25); }
div.DivClassName
{
background-color: #D1B319;
}
.BgClassName
{
background-color: #D1B319;
}
</style>
border-color css
<style>
span { border-color: #D1B319; }
span { border-color: rgb(209,179,25); }
td.TdClassName
{
border-color: #D1B319;
}
.TagClassName
{
border-color: #D1B319;
}
</style>