Shades of Bird Flower #D0BD1B
Tints of Bird Flower #D0BD1B
RGB
CMYK
RGB Variations
Color information
#D0BD1B (or 0xD0BD1B) is known color: Bird Flower. HEX triplet: D0, BD and 1B. RGB value is (208,189,27). Sum of RGB (Red+Green+Blue) = 208+189+27=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BD1B is #2F42E4. Grayscale: #B0B0B0. Windows color (decimal): -3097317 or 1818064. OLE color: 1818064.
HSL color Cylindrical-coordinate representation of color #D0BD1B: hue angle of 53.7º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0BD1B is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 27 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.18 |
| HSL | 53.7º | 0.77% | 0.46% | - |
| HSV(B) | 53.7º | 0.87% | 0.82% | - |
| XYZ | 44.41 | 49.88 | 8.32 | - |
| YUV | 176.21 | 43.79 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 27 | 0 | 0.09 | 0.87 | 0.18 | 53.7 | 0.77 | 0.46 |
| Hex | D0 | BD | 1B | 0 | 9 | 57 | 12 | 36 | 4D | 2E |
| Octal | 320 | 275 | 33 | 0 | 11 | 127 | 22 | 66 | 115 | 56 |
| Binary | 11010000 | 10111101 | 11011 | 0 | 1001 | 1010111 | 10010 | 110110 | 1001101 | 101110 |
Color Harmonies of #D0BD1B
Complementary color
Monochromatic Colors of #D0BD1B
Black with #D0BD1B
Text Example
Text Example
White with #D0BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD1B; }
p { color: rgb(208,189,27); }
H1.HeaderClassName
{
color: #D0BD1B;
}
.AnyTagClassName
{
color: #D0BD1B;
}
</style>
background-color css
<style>
a { background-color: #D0BD1B; }
a { background-color: rgb(208,189,27); }
div.DivClassName
{
background-color: #D0BD1B;
}
.BgClassName
{
background-color: #D0BD1B;
}
</style>
border-color css
<style>
span { border-color: #D0BD1B; }
span { border-color: rgb(208,189,27); }
td.TdClassName
{
border-color: #D0BD1B;
}
.TagClassName
{
border-color: #D0BD1B;
}
</style>