Shades of Bird Flower #D0B720
Tints of Bird Flower #D0B720
RGB
CMYK
RGB Variations
Color information
#D0B720 (or 0xD0B720) is known color: Bird Flower. HEX triplet: D0, B7 and 20. RGB value is (208,183,32). Sum of RGB (Red+Green+Blue) = 208+183+32=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B720 is #2F48DF. Grayscale: #ADADAD. Windows color (decimal): -3098848 or 2144208. OLE color: 2144208.
HSL color Cylindrical-coordinate representation of color #D0B720: hue angle of 51.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0B720 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 32 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.18 |
| HSL | 51.48º | 0.73% | 0.47% | - |
| HSV(B) | 51.48º | 0.85% | 0.82% | - |
| XYZ | 43.21 | 47.38 | 8.23 | - |
| YUV | 173.26 | 48.28 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 32 | 0 | 0.12 | 0.85 | 0.18 | 51.48 | 0.73 | 0.47 |
| Hex | D0 | B7 | 20 | 0 | C | 55 | 12 | 33 | 49 | 2F |
| Octal | 320 | 267 | 40 | 0 | 14 | 125 | 22 | 63 | 111 | 57 |
| Binary | 11010000 | 10110111 | 100000 | 0 | 1100 | 1010101 | 10010 | 110011 | 1001001 | 101111 |
Color Harmonies of #D0B720
Complementary color
Monochromatic Colors of #D0B720
Black with #D0B720
Text Example
Text Example
White with #D0B720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B720; }
p { color: rgb(208,183,32); }
H1.HeaderClassName
{
color: #D0B720;
}
.AnyTagClassName
{
color: #D0B720;
}
</style>
background-color css
<style>
a { background-color: #D0B720; }
a { background-color: rgb(208,183,32); }
div.DivClassName
{
background-color: #D0B720;
}
.BgClassName
{
background-color: #D0B720;
}
</style>
border-color css
<style>
span { border-color: #D0B720; }
span { border-color: rgb(208,183,32); }
td.TdClassName
{
border-color: #D0B720;
}
.TagClassName
{
border-color: #D0B720;
}
</style>