Shades of Bird Flower #D1B008
Tints of Bird Flower #D1B008
RGB
CMYK
RGB Variations
Color information
#D1B008 (or 0xD1B008) is known color: Bird Flower. HEX triplet: D1, B0 and 08. RGB value is (209,176,8). Sum of RGB (Red+Green+Blue) = 209+176+8=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B008 is #2E4FF7. Grayscale: #A7A7A7. Windows color (decimal): -3035128 or 569553. OLE color: 569553.
HSL color Cylindrical-coordinate representation of color #D1B008: hue angle of 50.15º degrees, saturation: 0.93, 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 #D1B008 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.18 |
| HSL | 50.15º | 0.93% | 0.43% | - |
| HSV(B) | 50.15º | 0.96% | 0.82% | - |
| XYZ | 41.86 | 44.62 | 6.64 | - |
| YUV | 166.72 | 38.43 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 8 | 0 | 0.16 | 0.96 | 0.18 | 50.15 | 0.93 | 0.43 |
| Hex | D1 | B0 | 8 | 0 | 10 | 60 | 12 | 32 | 5D | 2B |
| Octal | 321 | 260 | 10 | 0 | 20 | 140 | 22 | 62 | 135 | 53 |
| Binary | 11010001 | 10110000 | 1000 | 0 | 10000 | 1100000 | 10010 | 110010 | 1011101 | 101011 |
Color Harmonies of #D1B008
Complementary color
Monochromatic Colors of #D1B008
Black with #D1B008
Text Example
Text Example
White with #D1B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B008; }
p { color: rgb(209,176,8); }
H1.HeaderClassName
{
color: #D1B008;
}
.AnyTagClassName
{
color: #D1B008;
}
</style>
background-color css
<style>
a { background-color: #D1B008; }
a { background-color: rgb(209,176,8); }
div.DivClassName
{
background-color: #D1B008;
}
.BgClassName
{
background-color: #D1B008;
}
</style>
border-color css
<style>
span { border-color: #D1B008; }
span { border-color: rgb(209,176,8); }
td.TdClassName
{
border-color: #D1B008;
}
.TagClassName
{
border-color: #D1B008;
}
</style>