Shades of Bird Flower #D1B502
Tints of Bird Flower #D1B502
RGB
CMYK
RGB Variations
Color information
#D1B502 (or 0xD1B502) is known color: Bird Flower. HEX triplet: D1, B5 and 02. RGB value is (209,181,2). Sum of RGB (Red+Green+Blue) = 209+181+2=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B502 is #2E4AFD. Grayscale: #A9A9A9. Windows color (decimal): -3033854 or 177617. OLE color: 177617.
HSL color Cylindrical-coordinate representation of color #D1B502: hue angle of 51.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1B502 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.18 |
| HSL | 51.88º | 0.98% | 0.41% | - |
| HSV(B) | 51.88º | 0.99% | 0.82% | - |
| XYZ | 42.83 | 46.61 | 6.8 | - |
| YUV | 168.97 | 33.78 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 2 | 0 | 0.13 | 0.99 | 0.18 | 51.88 | 0.98 | 0.41 |
| Hex | D1 | B5 | 2 | 0 | D | 63 | 12 | 34 | 62 | 29 |
| Octal | 321 | 265 | 2 | 0 | 15 | 143 | 22 | 64 | 142 | 51 |
| Binary | 11010001 | 10110101 | 10 | 0 | 1101 | 1100011 | 10010 | 110100 | 1100010 | 101001 |
Color Harmonies of #D1B502
Complementary color
Monochromatic Colors of #D1B502
Black with #D1B502
Text Example
Text Example
White with #D1B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B502; }
p { color: rgb(209,181,2); }
H1.HeaderClassName
{
color: #D1B502;
}
.AnyTagClassName
{
color: #D1B502;
}
</style>
background-color css
<style>
a { background-color: #D1B502; }
a { background-color: rgb(209,181,2); }
div.DivClassName
{
background-color: #D1B502;
}
.BgClassName
{
background-color: #D1B502;
}
</style>
border-color css
<style>
span { border-color: #D1B502; }
span { border-color: rgb(209,181,2); }
td.TdClassName
{
border-color: #D1B502;
}
.TagClassName
{
border-color: #D1B502;
}
</style>