Shades of Bird Flower #D1BD15
Tints of Bird Flower #D1BD15
RGB
CMYK
RGB Variations
Color information
#D1BD15 (or 0xD1BD15) is known color: Bird Flower. HEX triplet: D1, BD and 15. RGB value is (209,189,21). Sum of RGB (Red+Green+Blue) = 209+189+21=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BD15 is #2E42EA. Grayscale: #B0B0B0. Windows color (decimal): -3031787 or 1424849. OLE color: 1424849.
HSL color Cylindrical-coordinate representation of color #D1BD15: hue angle of 53.62º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1BD15 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 21 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.18 |
| HSL | 53.62º | 0.82% | 0.45% | - |
| HSV(B) | 53.62º | 0.9% | 0.82% | - |
| XYZ | 44.63 | 50 | 8.01 | - |
| YUV | 175.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 21 | 0 | 0.10 | 0.90 | 0.18 | 53.62 | 0.82 | 0.45 |
| Hex | D1 | BD | 15 | 0 | A | 5A | 12 | 36 | 52 | 2D |
| Octal | 321 | 275 | 25 | 0 | 12 | 132 | 22 | 66 | 122 | 55 |
| Binary | 11010001 | 10111101 | 10101 | 0 | 1010 | 1011010 | 10010 | 110110 | 1010010 | 101101 |
Color Harmonies of #D1BD15
Complementary color
Monochromatic Colors of #D1BD15
Black with #D1BD15
Text Example
Text Example
White with #D1BD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BD15; }
p { color: rgb(209,189,21); }
H1.HeaderClassName
{
color: #D1BD15;
}
.AnyTagClassName
{
color: #D1BD15;
}
</style>
background-color css
<style>
a { background-color: #D1BD15; }
a { background-color: rgb(209,189,21); }
div.DivClassName
{
background-color: #D1BD15;
}
.BgClassName
{
background-color: #D1BD15;
}
</style>
border-color css
<style>
span { border-color: #D1BD15; }
span { border-color: rgb(209,189,21); }
td.TdClassName
{
border-color: #D1BD15;
}
.TagClassName
{
border-color: #D1BD15;
}
</style>