Shades of Bird Flower #D5B502
Tints of Bird Flower #D5B502
RGB
CMYK
RGB Variations
Color information
#D5B502 (or 0xD5B502) is known color: Bird Flower. HEX triplet: D5, B5 and 02. RGB value is (213,181,2). Sum of RGB (Red+Green+Blue) = 213+181+2=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B502 is #2A4AFD. Grayscale: #AAAAAA. Windows color (decimal): -2771710 or 177621. OLE color: 177621.
HSL color Cylindrical-coordinate representation of color #D5B502: hue angle of 50.9º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5B502 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 181 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.16 |
| HSL | 50.9º | 0.98% | 0.42% | - |
| HSV(B) | 50.9º | 0.99% | 0.84% | - |
| XYZ | 43.98 | 47.2 | 6.85 | - |
| YUV | 170.16 | 33.1 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 2 | 0 | 0.15 | 0.99 | 0.16 | 50.9 | 0.98 | 0.42 |
| Hex | D5 | B5 | 2 | 0 | F | 63 | 10 | 33 | 62 | 2A |
| Octal | 325 | 265 | 2 | 0 | 17 | 143 | 20 | 63 | 142 | 52 |
| Binary | 11010101 | 10110101 | 10 | 0 | 1111 | 1100011 | 10000 | 110011 | 1100010 | 101010 |
Color Harmonies of #D5B502
Complementary color
Monochromatic Colors of #D5B502
Black with #D5B502
Text Example
Text Example
White with #D5B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B502; }
p { color: rgb(213,181,2); }
H1.HeaderClassName
{
color: #D5B502;
}
.AnyTagClassName
{
color: #D5B502;
}
</style>
background-color css
<style>
a { background-color: #D5B502; }
a { background-color: rgb(213,181,2); }
div.DivClassName
{
background-color: #D5B502;
}
.BgClassName
{
background-color: #D5B502;
}
</style>
border-color css
<style>
span { border-color: #D5B502; }
span { border-color: rgb(213,181,2); }
td.TdClassName
{
border-color: #D5B502;
}
.TagClassName
{
border-color: #D5B502;
}
</style>