Shades of Bird Flower #D3B502
Tints of Bird Flower #D3B502
RGB
CMYK
RGB Variations
Color information
#D3B502 (or 0xD3B502) is known color: Bird Flower. HEX triplet: D3, B5 and 02. RGB value is (211,181,2). Sum of RGB (Red+Green+Blue) = 211+181+2=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B502 is #2C4AFD. Grayscale: #AAAAAA. Windows color (decimal): -2902782 or 177619. OLE color: 177619.
HSL color Cylindrical-coordinate representation of color #D3B502: hue angle of 51.39º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3B502 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 181 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.17 |
| HSL | 51.39º | 0.98% | 0.42% | - |
| HSV(B) | 51.39º | 0.99% | 0.83% | - |
| XYZ | 43.4 | 46.9 | 6.82 | - |
| YUV | 169.56 | 33.44 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 2 | 0 | 0.14 | 0.99 | 0.17 | 51.39 | 0.98 | 0.42 |
| Hex | D3 | B5 | 2 | 0 | E | 63 | 11 | 33 | 62 | 2A |
| Octal | 323 | 265 | 2 | 0 | 16 | 143 | 21 | 63 | 142 | 52 |
| Binary | 11010011 | 10110101 | 10 | 0 | 1110 | 1100011 | 10001 | 110011 | 1100010 | 101010 |
Color Harmonies of #D3B502
Complementary color
Monochromatic Colors of #D3B502
Black with #D3B502
Text Example
Text Example
White with #D3B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B502; }
p { color: rgb(211,181,2); }
H1.HeaderClassName
{
color: #D3B502;
}
.AnyTagClassName
{
color: #D3B502;
}
</style>
background-color css
<style>
a { background-color: #D3B502; }
a { background-color: rgb(211,181,2); }
div.DivClassName
{
background-color: #D3B502;
}
.BgClassName
{
background-color: #D3B502;
}
</style>
border-color css
<style>
span { border-color: #D3B502; }
span { border-color: rgb(211,181,2); }
td.TdClassName
{
border-color: #D3B502;
}
.TagClassName
{
border-color: #D3B502;
}
</style>