Shades of Bird Flower #D1B409
Tints of Bird Flower #D1B409
RGB
CMYK
RGB Variations
Color information
#D1B409 (or 0xD1B409) is known color: Bird Flower. HEX triplet: D1, B4 and 09. RGB value is (209,180,9). Sum of RGB (Red+Green+Blue) = 209+180+9=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B409 is #2E4BF6. Grayscale: #A9A9A9. Windows color (decimal): -3034103 or 636113. OLE color: 636113.
HSL color Cylindrical-coordinate representation of color #D1B409: hue angle of 51.3º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1B409 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 9 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.18 |
| HSL | 51.3º | 0.92% | 0.43% | - |
| HSV(B) | 51.3º | 0.96% | 0.82% | - |
| XYZ | 42.67 | 46.22 | 6.93 | - |
| YUV | 169.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 9 | 0 | 0.14 | 0.96 | 0.18 | 51.3 | 0.92 | 0.43 |
| Hex | D1 | B4 | 9 | 0 | E | 60 | 12 | 33 | 5C | 2B |
| Octal | 321 | 264 | 11 | 0 | 16 | 140 | 22 | 63 | 134 | 53 |
| Binary | 11010001 | 10110100 | 1001 | 0 | 1110 | 1100000 | 10010 | 110011 | 1011100 | 101011 |
Color Harmonies of #D1B409
Complementary color
Monochromatic Colors of #D1B409
Black with #D1B409
Text Example
Text Example
White with #D1B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B409; }
p { color: rgb(209,180,9); }
H1.HeaderClassName
{
color: #D1B409;
}
.AnyTagClassName
{
color: #D1B409;
}
</style>
background-color css
<style>
a { background-color: #D1B409; }
a { background-color: rgb(209,180,9); }
div.DivClassName
{
background-color: #D1B409;
}
.BgClassName
{
background-color: #D1B409;
}
</style>
border-color css
<style>
span { border-color: #D1B409; }
span { border-color: rgb(209,180,9); }
td.TdClassName
{
border-color: #D1B409;
}
.TagClassName
{
border-color: #D1B409;
}
</style>