Shades of Bird Flower #D0B61D
Tints of Bird Flower #D0B61D
RGB
CMYK
RGB Variations
Color information
#D0B61D (or 0xD0B61D) is known color: Bird Flower. HEX triplet: D0, B6 and 1D. RGB value is (208,182,29). Sum of RGB (Red+Green+Blue) = 208+182+29=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B61D is #2F49E2. Grayscale: #ACACAC. Windows color (decimal): -3099107 or 1947344. OLE color: 1947344.
HSL color Cylindrical-coordinate representation of color #D0B61D: hue angle of 51.28º 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 #D0B61D is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 29 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.18 |
| HSL | 51.28º | 0.76% | 0.46% | - |
| HSV(B) | 51.28º | 0.86% | 0.82% | - |
| XYZ | 42.96 | 46.95 | 7.96 | - |
| YUV | 172.33 | 47.11 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 29 | 0 | 0.12 | 0.86 | 0.18 | 51.28 | 0.76 | 0.46 |
| Hex | D0 | B6 | 1D | 0 | C | 56 | 12 | 33 | 4C | 2E |
| Octal | 320 | 266 | 35 | 0 | 14 | 126 | 22 | 63 | 114 | 56 |
| Binary | 11010000 | 10110110 | 11101 | 0 | 1100 | 1010110 | 10010 | 110011 | 1001100 | 101110 |
Color Harmonies of #D0B61D
Complementary color
Monochromatic Colors of #D0B61D
Black with #D0B61D
Text Example
Text Example
White with #D0B61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B61D; }
p { color: rgb(208,182,29); }
H1.HeaderClassName
{
color: #D0B61D;
}
.AnyTagClassName
{
color: #D0B61D;
}
</style>
background-color css
<style>
a { background-color: #D0B61D; }
a { background-color: rgb(208,182,29); }
div.DivClassName
{
background-color: #D0B61D;
}
.BgClassName
{
background-color: #D0B61D;
}
</style>
border-color css
<style>
span { border-color: #D0B61D; }
span { border-color: rgb(208,182,29); }
td.TdClassName
{
border-color: #D0B61D;
}
.TagClassName
{
border-color: #D0B61D;
}
</style>