Shades of Bird Flower #D0B91B
Tints of Bird Flower #D0B91B
RGB
CMYK
RGB Variations
Color information
#D0B91B (or 0xD0B91B) is known color: Bird Flower. HEX triplet: D0, B9 and 1B. RGB value is (208,185,27). Sum of RGB (Red+Green+Blue) = 208+185+27=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B91B is #2F46E4. Grayscale: #AEAEAE. Windows color (decimal): -3098341 or 1817040. OLE color: 1817040.
HSL color Cylindrical-coordinate representation of color #D0B91B: hue angle of 52.38º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0B91B is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 27 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.18 |
| HSL | 52.38º | 0.77% | 0.46% | - |
| HSV(B) | 52.38º | 0.87% | 0.82% | - |
| XYZ | 43.56 | 48.19 | 8.04 | - |
| YUV | 173.87 | 45.12 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 27 | 0 | 0.11 | 0.87 | 0.18 | 52.38 | 0.77 | 0.46 |
| Hex | D0 | B9 | 1B | 0 | B | 57 | 12 | 34 | 4D | 2E |
| Octal | 320 | 271 | 33 | 0 | 13 | 127 | 22 | 64 | 115 | 56 |
| Binary | 11010000 | 10111001 | 11011 | 0 | 1011 | 1010111 | 10010 | 110100 | 1001101 | 101110 |
Color Harmonies of #D0B91B
Complementary color
Monochromatic Colors of #D0B91B
Black with #D0B91B
Text Example
Text Example
White with #D0B91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B91B; }
p { color: rgb(208,185,27); }
H1.HeaderClassName
{
color: #D0B91B;
}
.AnyTagClassName
{
color: #D0B91B;
}
</style>
background-color css
<style>
a { background-color: #D0B91B; }
a { background-color: rgb(208,185,27); }
div.DivClassName
{
background-color: #D0B91B;
}
.BgClassName
{
background-color: #D0B91B;
}
</style>
border-color css
<style>
span { border-color: #D0B91B; }
span { border-color: rgb(208,185,27); }
td.TdClassName
{
border-color: #D0B91B;
}
.TagClassName
{
border-color: #D0B91B;
}
</style>