Shades of Bird Flower #D0BD1D
Tints of Bird Flower #D0BD1D
RGB
CMYK
RGB Variations
Color information
#D0BD1D (or 0xD0BD1D) is known color: Bird Flower. HEX triplet: D0, BD and 1D. RGB value is (208,189,29). Sum of RGB (Red+Green+Blue) = 208+189+29=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BD1D is #2F42E2. Grayscale: #B1B1B1. Windows color (decimal): -3097315 or 1949136. OLE color: 1949136.
HSL color Cylindrical-coordinate representation of color #D0BD1D: hue angle of 53.63º 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 #D0BD1D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 29 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.18 |
| HSL | 53.63º | 0.76% | 0.46% | - |
| HSV(B) | 53.63º | 0.86% | 0.82% | - |
| XYZ | 44.43 | 49.89 | 8.45 | - |
| YUV | 176.44 | 44.79 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 29 | 0 | 0.09 | 0.86 | 0.18 | 53.63 | 0.76 | 0.46 |
| Hex | D0 | BD | 1D | 0 | 9 | 56 | 12 | 36 | 4C | 2E |
| Octal | 320 | 275 | 35 | 0 | 11 | 126 | 22 | 66 | 114 | 56 |
| Binary | 11010000 | 10111101 | 11101 | 0 | 1001 | 1010110 | 10010 | 110110 | 1001100 | 101110 |
Color Harmonies of #D0BD1D
Complementary color
Monochromatic Colors of #D0BD1D
Black with #D0BD1D
Text Example
Text Example
White with #D0BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD1D; }
p { color: rgb(208,189,29); }
H1.HeaderClassName
{
color: #D0BD1D;
}
.AnyTagClassName
{
color: #D0BD1D;
}
</style>
background-color css
<style>
a { background-color: #D0BD1D; }
a { background-color: rgb(208,189,29); }
div.DivClassName
{
background-color: #D0BD1D;
}
.BgClassName
{
background-color: #D0BD1D;
}
</style>
border-color css
<style>
span { border-color: #D0BD1D; }
span { border-color: rgb(208,189,29); }
td.TdClassName
{
border-color: #D0BD1D;
}
.TagClassName
{
border-color: #D0BD1D;
}
</style>