Shades of Bird Flower #D0B105
Tints of Bird Flower #D0B105
RGB
CMYK
RGB Variations
Color information
#D0B105 (or 0xD0B105) is known color: Bird Flower. HEX triplet: D0, B1 and 05. RGB value is (208,177,5). Sum of RGB (Red+Green+Blue) = 208+177+5=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B105 is #2F4EFA. Grayscale: #A7A7A7. Windows color (decimal): -3100411 or 373200. OLE color: 373200.
HSL color Cylindrical-coordinate representation of color #D0B105: hue angle of 50.84º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0B105 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.18 |
| HSL | 50.84º | 0.95% | 0.42% | - |
| HSV(B) | 50.84º | 0.98% | 0.82% | - |
| XYZ | 41.76 | 44.87 | 6.6 | - |
| YUV | 166.66 | 36.77 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 5 | 0 | 0.15 | 0.98 | 0.18 | 50.84 | 0.95 | 0.42 |
| Hex | D0 | B1 | 5 | 0 | F | 62 | 12 | 33 | 5F | 2A |
| Octal | 320 | 261 | 5 | 0 | 17 | 142 | 22 | 63 | 137 | 52 |
| Binary | 11010000 | 10110001 | 101 | 0 | 1111 | 1100010 | 10010 | 110011 | 1011111 | 101010 |
Color Harmonies of #D0B105
Complementary color
Monochromatic Colors of #D0B105
Black with #D0B105
Text Example
Text Example
White with #D0B105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B105; }
p { color: rgb(208,177,5); }
H1.HeaderClassName
{
color: #D0B105;
}
.AnyTagClassName
{
color: #D0B105;
}
</style>
background-color css
<style>
a { background-color: #D0B105; }
a { background-color: rgb(208,177,5); }
div.DivClassName
{
background-color: #D0B105;
}
.BgClassName
{
background-color: #D0B105;
}
</style>
border-color css
<style>
span { border-color: #D0B105; }
span { border-color: rgb(208,177,5); }
td.TdClassName
{
border-color: #D0B105;
}
.TagClassName
{
border-color: #D0B105;
}
</style>