Shades of Bird Flower #D1B810
Tints of Bird Flower #D1B810
RGB
CMYK
RGB Variations
Color information
#D1B810 (or 0xD1B810) is known color: Bird Flower. HEX triplet: D1, B8 and 10. RGB value is (209,184,16). Sum of RGB (Red+Green+Blue) = 209+184+16=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B810 is #2E47EF. Grayscale: #ADADAD. Windows color (decimal): -3033072 or 1095889. OLE color: 1095889.
HSL color Cylindrical-coordinate representation of color #D1B810: hue angle of 52.23º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1B810 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.18 |
| HSL | 52.23º | 0.86% | 0.44% | - |
| HSV(B) | 52.23º | 0.92% | 0.82% | - |
| XYZ | 43.53 | 47.87 | 7.44 | - |
| YUV | 172.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 16 | 0 | 0.12 | 0.92 | 0.18 | 52.23 | 0.86 | 0.44 |
| Hex | D1 | B8 | 10 | 0 | C | 5C | 12 | 34 | 56 | 2C |
| Octal | 321 | 270 | 20 | 0 | 14 | 134 | 22 | 64 | 126 | 54 |
| Binary | 11010001 | 10111000 | 10000 | 0 | 1100 | 1011100 | 10010 | 110100 | 1010110 | 101100 |
Color Harmonies of #D1B810
Complementary color
Monochromatic Colors of #D1B810
Black with #D1B810
Text Example
Text Example
White with #D1B810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B810; }
p { color: rgb(209,184,16); }
H1.HeaderClassName
{
color: #D1B810;
}
.AnyTagClassName
{
color: #D1B810;
}
</style>
background-color css
<style>
a { background-color: #D1B810; }
a { background-color: rgb(209,184,16); }
div.DivClassName
{
background-color: #D1B810;
}
.BgClassName
{
background-color: #D1B810;
}
</style>
border-color css
<style>
span { border-color: #D1B810; }
span { border-color: rgb(209,184,16); }
td.TdClassName
{
border-color: #D1B810;
}
.TagClassName
{
border-color: #D1B810;
}
</style>