Shades of Bird Flower #D3B403
Tints of Bird Flower #D3B403
RGB
CMYK
RGB Variations
Color information
#D3B403 (or 0xD3B403) is known color: Bird Flower. HEX triplet: D3, B4 and 03. RGB value is (211,180,3). Sum of RGB (Red+Green+Blue) = 211+180+3=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B403 is #2C4BFC. Grayscale: #A9A9A9. Windows color (decimal): -2903037 or 242899. OLE color: 242899.
HSL color Cylindrical-coordinate representation of color #D3B403: hue angle of 51.06º degrees, saturation: 0.97, 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 #D3B403 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.17 |
| HSL | 51.06º | 0.97% | 0.42% | - |
| HSV(B) | 51.06º | 0.99% | 0.83% | - |
| XYZ | 43.2 | 46.5 | 6.78 | - |
| YUV | 169.09 | 34.27 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 3 | 0 | 0.15 | 0.99 | 0.17 | 51.06 | 0.97 | 0.42 |
| Hex | D3 | B4 | 3 | 0 | F | 63 | 11 | 33 | 61 | 2A |
| Octal | 323 | 264 | 3 | 0 | 17 | 143 | 21 | 63 | 141 | 52 |
| Binary | 11010011 | 10110100 | 11 | 0 | 1111 | 1100011 | 10001 | 110011 | 1100001 | 101010 |
Color Harmonies of #D3B403
Complementary color
Monochromatic Colors of #D3B403
Black with #D3B403
Text Example
Text Example
White with #D3B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B403; }
p { color: rgb(211,180,3); }
H1.HeaderClassName
{
color: #D3B403;
}
.AnyTagClassName
{
color: #D3B403;
}
</style>
background-color css
<style>
a { background-color: #D3B403; }
a { background-color: rgb(211,180,3); }
div.DivClassName
{
background-color: #D3B403;
}
.BgClassName
{
background-color: #D3B403;
}
</style>
border-color css
<style>
span { border-color: #D3B403; }
span { border-color: rgb(211,180,3); }
td.TdClassName
{
border-color: #D3B403;
}
.TagClassName
{
border-color: #D3B403;
}
</style>