Shades of Bird Flower #D0B901
Tints of Bird Flower #D0B901
RGB
CMYK
RGB Variations
Color information
#D0B901 (or 0xD0B901) is known color: Bird Flower. HEX triplet: D0, B9 and 01. RGB value is (208,185,1). Sum of RGB (Red+Green+Blue) = 208+185+1=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B901 is #2F46FE. Grayscale: #ABABAB. Windows color (decimal): -3098367 or 113104. OLE color: 113104.
HSL color Cylindrical-coordinate representation of color #D0B901: hue angle of 53.33º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0B901 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.18 |
| HSL | 53.33º | 0.99% | 0.41% | - |
| HSV(B) | 53.33º | 1% | 0.82% | - |
| XYZ | 43.37 | 48.11 | 7.03 | - |
| YUV | 170.9 | 32.12 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 1 | 0 | 0.11 | 1.00 | 0.18 | 53.33 | 0.99 | 0.41 |
| Hex | D0 | B9 | 1 | 0 | B | 64 | 12 | 35 | 63 | 29 |
| Octal | 320 | 271 | 1 | 0 | 13 | 144 | 22 | 65 | 143 | 51 |
| Binary | 11010000 | 10111001 | 1 | 0 | 1011 | 1100100 | 10010 | 110101 | 1100011 | 101001 |
Color Harmonies of #D0B901
Complementary color
Monochromatic Colors of #D0B901
Black with #D0B901
Text Example
Text Example
White with #D0B901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B901; }
p { color: rgb(208,185,1); }
H1.HeaderClassName
{
color: #D0B901;
}
.AnyTagClassName
{
color: #D0B901;
}
</style>
background-color css
<style>
a { background-color: #D0B901; }
a { background-color: rgb(208,185,1); }
div.DivClassName
{
background-color: #D0B901;
}
.BgClassName
{
background-color: #D0B901;
}
</style>
border-color css
<style>
span { border-color: #D0B901; }
span { border-color: rgb(208,185,1); }
td.TdClassName
{
border-color: #D0B901;
}
.TagClassName
{
border-color: #D0B901;
}
</style>