Shades of Bird Flower #D0B71D
Tints of Bird Flower #D0B71D
RGB
CMYK
RGB Variations
Color information
#D0B71D (or 0xD0B71D) is known color: Bird Flower. HEX triplet: D0, B7 and 1D. RGB value is (208,183,29). Sum of RGB (Red+Green+Blue) = 208+183+29=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B71D is #2F48E2. Grayscale: #ADADAD. Windows color (decimal): -3098851 or 1947600. OLE color: 1947600.
HSL color Cylindrical-coordinate representation of color #D0B71D: hue angle of 51.62º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0B71D is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 29 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.18 |
| HSL | 51.62º | 0.76% | 0.46% | - |
| HSV(B) | 51.62º | 0.86% | 0.82% | - |
| XYZ | 43.17 | 47.37 | 8.03 | - |
| YUV | 172.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 29 | 0 | 0.12 | 0.86 | 0.18 | 51.62 | 0.76 | 0.46 |
| Hex | D0 | B7 | 1D | 0 | C | 56 | 12 | 34 | 4C | 2E |
| Octal | 320 | 267 | 35 | 0 | 14 | 126 | 22 | 64 | 114 | 56 |
| Binary | 11010000 | 10110111 | 11101 | 0 | 1100 | 1010110 | 10010 | 110100 | 1001100 | 101110 |
Color Harmonies of #D0B71D
Complementary color
Monochromatic Colors of #D0B71D
Black with #D0B71D
Text Example
Text Example
White with #D0B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B71D; }
p { color: rgb(208,183,29); }
H1.HeaderClassName
{
color: #D0B71D;
}
.AnyTagClassName
{
color: #D0B71D;
}
</style>
background-color css
<style>
a { background-color: #D0B71D; }
a { background-color: rgb(208,183,29); }
div.DivClassName
{
background-color: #D0B71D;
}
.BgClassName
{
background-color: #D0B71D;
}
</style>
border-color css
<style>
span { border-color: #D0B71D; }
span { border-color: rgb(208,183,29); }
td.TdClassName
{
border-color: #D0B71D;
}
.TagClassName
{
border-color: #D0B71D;
}
</style>