Shades of Bird Flower #D1B614
Tints of Bird Flower #D1B614
RGB
CMYK
RGB Variations
Color information
#D1B614 (or 0xD1B614) is known color: Bird Flower. HEX triplet: D1, B6 and 14. RGB value is (209,182,20). Sum of RGB (Red+Green+Blue) = 209+182+20=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B614 is #2E49EB. Grayscale: #ACACAC. Windows color (decimal): -3033580 or 1357521. OLE color: 1357521.
HSL color Cylindrical-coordinate representation of color #D1B614: hue angle of 51.43º degrees, saturation: 0.83, 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 #D1B614 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 20 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.18 |
| HSL | 51.43º | 0.83% | 0.45% | - |
| HSV(B) | 51.43º | 0.9% | 0.82% | - |
| XYZ | 43.15 | 47.06 | 7.47 | - |
| YUV | 171.61 | 42.45 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 20 | 0 | 0.13 | 0.90 | 0.18 | 51.43 | 0.83 | 0.45 |
| Hex | D1 | B6 | 14 | 0 | D | 5A | 12 | 33 | 53 | 2D |
| Octal | 321 | 266 | 24 | 0 | 15 | 132 | 22 | 63 | 123 | 55 |
| Binary | 11010001 | 10110110 | 10100 | 0 | 1101 | 1011010 | 10010 | 110011 | 1010011 | 101101 |
Color Harmonies of #D1B614
Complementary color
Monochromatic Colors of #D1B614
Black with #D1B614
Text Example
Text Example
White with #D1B614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B614; }
p { color: rgb(209,182,20); }
H1.HeaderClassName
{
color: #D1B614;
}
.AnyTagClassName
{
color: #D1B614;
}
</style>
background-color css
<style>
a { background-color: #D1B614; }
a { background-color: rgb(209,182,20); }
div.DivClassName
{
background-color: #D1B614;
}
.BgClassName
{
background-color: #D1B614;
}
</style>
border-color css
<style>
span { border-color: #D1B614; }
span { border-color: rgb(209,182,20); }
td.TdClassName
{
border-color: #D1B614;
}
.TagClassName
{
border-color: #D1B614;
}
</style>