Shades of Bird Flower #D0BF1E
Tints of Bird Flower #D0BF1E
RGB
CMYK
RGB Variations
Color information
#D0BF1E (or 0xD0BF1E) is known color: Bird Flower. HEX triplet: D0, BF and 1E. RGB value is (208,191,30). Sum of RGB (Red+Green+Blue) = 208+191+30=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF1E is #2F40E1. Grayscale: #B2B2B2. Windows color (decimal): -3096802 or 2015184. OLE color: 2015184.
HSL color Cylindrical-coordinate representation of color #D0BF1E: hue angle of 54.27º 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 #D0BF1E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 30 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.18 |
| HSL | 54.27º | 0.75% | 0.47% | - |
| HSV(B) | 54.27º | 0.86% | 0.82% | - |
| XYZ | 44.88 | 50.77 | 8.66 | - |
| YUV | 177.73 | 44.63 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 30 | 0 | 0.08 | 0.86 | 0.18 | 54.27 | 0.75 | 0.47 |
| Hex | D0 | BF | 1E | 0 | 8 | 56 | 12 | 36 | 4B | 2F |
| Octal | 320 | 277 | 36 | 0 | 10 | 126 | 22 | 66 | 113 | 57 |
| Binary | 11010000 | 10111111 | 11110 | 0 | 1000 | 1010110 | 10010 | 110110 | 1001011 | 101111 |
Color Harmonies of #D0BF1E
Complementary color
Monochromatic Colors of #D0BF1E
Black with #D0BF1E
Text Example
Text Example
White with #D0BF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF1E; }
p { color: rgb(208,191,30); }
H1.HeaderClassName
{
color: #D0BF1E;
}
.AnyTagClassName
{
color: #D0BF1E;
}
</style>
background-color css
<style>
a { background-color: #D0BF1E; }
a { background-color: rgb(208,191,30); }
div.DivClassName
{
background-color: #D0BF1E;
}
.BgClassName
{
background-color: #D0BF1E;
}
</style>
border-color css
<style>
span { border-color: #D0BF1E; }
span { border-color: rgb(208,191,30); }
td.TdClassName
{
border-color: #D0BF1E;
}
.TagClassName
{
border-color: #D0BF1E;
}
</style>