Shades of Bird Flower #D1B91D
Tints of Bird Flower #D1B91D
RGB
CMYK
RGB Variations
Color information
#D1B91D (or 0xD1B91D) is known color: Bird Flower. HEX triplet: D1, B9 and 1D. RGB value is (209,185,29). Sum of RGB (Red+Green+Blue) = 209+185+29=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B91D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B91D is #2E46E2. Grayscale: #AFAFAF. Windows color (decimal): -3032803 or 1948113. OLE color: 1948113.
HSL color Cylindrical-coordinate representation of color #D1B91D: hue angle of 52º degrees, saturation: 0.76, 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 #D1B91D is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 29 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.18 |
| HSL | 52º | 0.76% | 0.47% | - |
| HSV(B) | 52º | 0.86% | 0.82% | - |
| XYZ | 43.87 | 48.34 | 8.18 | - |
| YUV | 174.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 29 | 0 | 0.11 | 0.86 | 0.18 | 52 | 0.76 | 0.47 |
| Hex | D1 | B9 | 1D | 0 | B | 56 | 12 | 34 | 4C | 2F |
| Octal | 321 | 271 | 35 | 0 | 13 | 126 | 22 | 64 | 114 | 57 |
| Binary | 11010001 | 10111001 | 11101 | 0 | 1011 | 1010110 | 10010 | 110100 | 1001100 | 101111 |
Color Harmonies of #D1B91D
Complementary color
Monochromatic Colors of #D1B91D
Black with #D1B91D
Text Example
Text Example
White with #D1B91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B91D; }
p { color: rgb(209,185,29); }
H1.HeaderClassName
{
color: #D1B91D;
}
.AnyTagClassName
{
color: #D1B91D;
}
</style>
background-color css
<style>
a { background-color: #D1B91D; }
a { background-color: rgb(209,185,29); }
div.DivClassName
{
background-color: #D1B91D;
}
.BgClassName
{
background-color: #D1B91D;
}
</style>
border-color css
<style>
span { border-color: #D1B91D; }
span { border-color: rgb(209,185,29); }
td.TdClassName
{
border-color: #D1B91D;
}
.TagClassName
{
border-color: #D1B91D;
}
</style>