Shades of Bird Flower #D0B715
Tints of Bird Flower #D0B715
RGB
CMYK
RGB Variations
Color information
#D0B715 (or 0xD0B715) is known color: Bird Flower. HEX triplet: D0, B7 and 15. RGB value is (208,183,21). Sum of RGB (Red+Green+Blue) = 208+183+21=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B715 is #2F48EA. Grayscale: #ACACAC. Windows color (decimal): -3098859 or 1423312. OLE color: 1423312.
HSL color Cylindrical-coordinate representation of color #D0B715: hue angle of 51.98º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0B715 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 21 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.18 |
| HSL | 51.98º | 0.82% | 0.45% | - |
| HSV(B) | 51.98º | 0.9% | 0.82% | - |
| XYZ | 43.08 | 47.33 | 7.57 | - |
| YUV | 172.01 | 42.78 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 21 | 0 | 0.12 | 0.90 | 0.18 | 51.98 | 0.82 | 0.45 |
| Hex | D0 | B7 | 15 | 0 | C | 5A | 12 | 34 | 52 | 2D |
| Octal | 320 | 267 | 25 | 0 | 14 | 132 | 22 | 64 | 122 | 55 |
| Binary | 11010000 | 10110111 | 10101 | 0 | 1100 | 1011010 | 10010 | 110100 | 1010010 | 101101 |
Color Harmonies of #D0B715
Complementary color
Monochromatic Colors of #D0B715
Black with #D0B715
Text Example
Text Example
White with #D0B715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B715; }
p { color: rgb(208,183,21); }
H1.HeaderClassName
{
color: #D0B715;
}
.AnyTagClassName
{
color: #D0B715;
}
</style>
background-color css
<style>
a { background-color: #D0B715; }
a { background-color: rgb(208,183,21); }
div.DivClassName
{
background-color: #D0B715;
}
.BgClassName
{
background-color: #D0B715;
}
</style>
border-color css
<style>
span { border-color: #D0B715; }
span { border-color: rgb(208,183,21); }
td.TdClassName
{
border-color: #D0B715;
}
.TagClassName
{
border-color: #D0B715;
}
</style>