Shades of Bird Flower #D0BC1E
Tints of Bird Flower #D0BC1E
RGB
CMYK
RGB Variations
Color information
#D0BC1E (or 0xD0BC1E) is known color: Bird Flower. HEX triplet: D0, BC and 1E. RGB value is (208,188,30). Sum of RGB (Red+Green+Blue) = 208+188+30=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC1E is #2F43E1. Grayscale: #B0B0B0. Windows color (decimal): -3097570 or 2014416. OLE color: 2014416.
HSL color Cylindrical-coordinate representation of color #D0BC1E: hue angle of 53.26º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0BC1E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 30 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.18 |
| HSL | 53.26º | 0.75% | 0.47% | - |
| HSV(B) | 53.26º | 0.86% | 0.82% | - |
| XYZ | 44.23 | 49.47 | 8.45 | - |
| YUV | 175.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 30 | 0 | 0.10 | 0.86 | 0.18 | 53.26 | 0.75 | 0.47 |
| Hex | D0 | BC | 1E | 0 | A | 56 | 12 | 35 | 4B | 2F |
| Octal | 320 | 274 | 36 | 0 | 12 | 126 | 22 | 65 | 113 | 57 |
| Binary | 11010000 | 10111100 | 11110 | 0 | 1010 | 1010110 | 10010 | 110101 | 1001011 | 101111 |
Color Harmonies of #D0BC1E
Complementary color
Monochromatic Colors of #D0BC1E
Black with #D0BC1E
Text Example
Text Example
White with #D0BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC1E; }
p { color: rgb(208,188,30); }
H1.HeaderClassName
{
color: #D0BC1E;
}
.AnyTagClassName
{
color: #D0BC1E;
}
</style>
background-color css
<style>
a { background-color: #D0BC1E; }
a { background-color: rgb(208,188,30); }
div.DivClassName
{
background-color: #D0BC1E;
}
.BgClassName
{
background-color: #D0BC1E;
}
</style>
border-color css
<style>
span { border-color: #D0BC1E; }
span { border-color: rgb(208,188,30); }
td.TdClassName
{
border-color: #D0BC1E;
}
.TagClassName
{
border-color: #D0BC1E;
}
</style>