Shades of Bird Flower #D3D503
Tints of Bird Flower #D3D503
RGB
CMYK
RGB Variations
Color information
#D3D503 (or 0xD3D503) is known color: Bird Flower. HEX triplet: D3, D5 and 03. RGB value is (211,213,3). Sum of RGB (Red+Green+Blue) = 211+213+3=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D503 is #2C2AFC. Grayscale: #BDBDBD. Windows color (decimal): -2894589 or 251347. OLE color: 251347.
HSL color Cylindrical-coordinate representation of color #D3D503: hue angle of 60.57º degrees, saturation: 0.97, 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 #D3D503 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.16 |
| HSL | 60.57º | 0.97% | 0.42% | - |
| HSV(B) | 60.57º | 0.99% | 0.84% | - |
| XYZ | 50.67 | 61.44 | 9.28 | - |
| YUV | 188.46 | 23.34 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 3 | 0.01 | 0 | 0.99 | 0.16 | 60.57 | 0.97 | 0.42 |
| Hex | D3 | D5 | 3 | 1 | 0 | 63 | 10 | 3D | 61 | 2A |
| Octal | 323 | 325 | 3 | 1 | 0 | 143 | 20 | 75 | 141 | 52 |
| Binary | 11010011 | 11010101 | 11 | 1 | 0 | 1100011 | 10000 | 111101 | 1100001 | 101010 |
Color Harmonies of #D3D503
Complementary color
Monochromatic Colors of #D3D503
Black with #D3D503
Text Example
Text Example
White with #D3D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D503; }
p { color: rgb(211,213,3); }
H1.HeaderClassName
{
color: #D3D503;
}
.AnyTagClassName
{
color: #D3D503;
}
</style>
background-color css
<style>
a { background-color: #D3D503; }
a { background-color: rgb(211,213,3); }
div.DivClassName
{
background-color: #D3D503;
}
.BgClassName
{
background-color: #D3D503;
}
</style>
border-color css
<style>
span { border-color: #D3D503; }
span { border-color: rgb(211,213,3); }
td.TdClassName
{
border-color: #D3D503;
}
.TagClassName
{
border-color: #D3D503;
}
</style>