Shades of Bird Flower #D0B119
Tints of Bird Flower #D0B119
RGB
CMYK
RGB Variations
Color information
#D0B119 (or 0xD0B119) is known color: Bird Flower. HEX triplet: D0, B1 and 19. RGB value is (208,177,25). Sum of RGB (Red+Green+Blue) = 208+177+25=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B119 is #2F4EE6. Grayscale: #A9A9A9. Windows color (decimal): -3100391 or 1683920. OLE color: 1683920.
HSL color Cylindrical-coordinate representation of color #D0B119: hue angle of 49.84º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0B119 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 25 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.18 |
| HSL | 49.84º | 0.79% | 0.46% | - |
| HSV(B) | 49.84º | 0.88% | 0.82% | - |
| XYZ | 41.91 | 44.92 | 7.38 | - |
| YUV | 168.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 25 | 0 | 0.15 | 0.88 | 0.18 | 49.84 | 0.79 | 0.46 |
| Hex | D0 | B1 | 19 | 0 | F | 58 | 12 | 32 | 4F | 2E |
| Octal | 320 | 261 | 31 | 0 | 17 | 130 | 22 | 62 | 117 | 56 |
| Binary | 11010000 | 10110001 | 11001 | 0 | 1111 | 1011000 | 10010 | 110010 | 1001111 | 101110 |
Color Harmonies of #D0B119
Complementary color
Monochromatic Colors of #D0B119
Black with #D0B119
Text Example
Text Example
White with #D0B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B119; }
p { color: rgb(208,177,25); }
H1.HeaderClassName
{
color: #D0B119;
}
.AnyTagClassName
{
color: #D0B119;
}
</style>
background-color css
<style>
a { background-color: #D0B119; }
a { background-color: rgb(208,177,25); }
div.DivClassName
{
background-color: #D0B119;
}
.BgClassName
{
background-color: #D0B119;
}
</style>
border-color css
<style>
span { border-color: #D0B119; }
span { border-color: rgb(208,177,25); }
td.TdClassName
{
border-color: #D0B119;
}
.TagClassName
{
border-color: #D0B119;
}
</style>