Shades of Bird Flower #D9D50B
Tints of Bird Flower #D9D50B
RGB
CMYK
RGB Variations
Color information
#D9D50B (or 0xD9D50B) is known color: Bird Flower. HEX triplet: D9, D5 and 0B. RGB value is (217,213,11). Sum of RGB (Red+Green+Blue) = 217+213+11=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D50B is #262AF4. Grayscale: #BFBFBF. Windows color (decimal): -2501365 or 775641. OLE color: 775641.
HSL color Cylindrical-coordinate representation of color #D9D50B: hue angle of 58.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9D50B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.15 |
| HSL | 58.83º | 0.9% | 0.45% | - |
| HSV(B) | 58.83º | 0.95% | 0.85% | - |
| XYZ | 52.47 | 62.36 | 9.59 | - |
| YUV | 191.17 | 26.33 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 11 | 0 | 0.02 | 0.95 | 0.15 | 58.83 | 0.9 | 0.45 |
| Hex | D9 | D5 | B | 0 | 2 | 5F | F | 3B | 5A | 2D |
| Octal | 331 | 325 | 13 | 0 | 2 | 137 | 17 | 73 | 132 | 55 |
| Binary | 11011001 | 11010101 | 1011 | 0 | 10 | 1011111 | 1111 | 111011 | 1011010 | 101101 |
Color Harmonies of #D9D50B
Complementary color
Monochromatic Colors of #D9D50B
Black with #D9D50B
Text Example
Text Example
White with #D9D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D50B; }
p { color: rgb(217,213,11); }
H1.HeaderClassName
{
color: #D9D50B;
}
.AnyTagClassName
{
color: #D9D50B;
}
</style>
background-color css
<style>
a { background-color: #D9D50B; }
a { background-color: rgb(217,213,11); }
div.DivClassName
{
background-color: #D9D50B;
}
.BgClassName
{
background-color: #D9D50B;
}
</style>
border-color css
<style>
span { border-color: #D9D50B; }
span { border-color: rgb(217,213,11); }
td.TdClassName
{
border-color: #D9D50B;
}
.TagClassName
{
border-color: #D9D50B;
}
</style>