Shades of Bird Flower #D3BE03
Tints of Bird Flower #D3BE03
RGB
CMYK
RGB Variations
Color information
#D3BE03 (or 0xD3BE03) is known color: Bird Flower. HEX triplet: D3, BE and 03. RGB value is (211,190,3). Sum of RGB (Red+Green+Blue) = 211+190+3=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BE03 is #2C41FC. Grayscale: #AFAFAF. Windows color (decimal): -2900477 or 245459. OLE color: 245459.
HSL color Cylindrical-coordinate representation of color #D3BE03: hue angle of 53.94º 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 #D3BE03 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.17 |
| HSL | 53.94º | 0.97% | 0.42% | - |
| HSV(B) | 53.94º | 0.99% | 0.83% | - |
| XYZ | 45.29 | 50.68 | 7.48 | - |
| YUV | 174.96 | 30.96 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 3 | 0 | 0.10 | 0.99 | 0.17 | 53.94 | 0.97 | 0.42 |
| Hex | D3 | BE | 3 | 0 | A | 63 | 11 | 36 | 61 | 2A |
| Octal | 323 | 276 | 3 | 0 | 12 | 143 | 21 | 66 | 141 | 52 |
| Binary | 11010011 | 10111110 | 11 | 0 | 1010 | 1100011 | 10001 | 110110 | 1100001 | 101010 |
Color Harmonies of #D3BE03
Complementary color
Monochromatic Colors of #D3BE03
Black with #D3BE03
Text Example
Text Example
White with #D3BE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE03; }
p { color: rgb(211,190,3); }
H1.HeaderClassName
{
color: #D3BE03;
}
.AnyTagClassName
{
color: #D3BE03;
}
</style>
background-color css
<style>
a { background-color: #D3BE03; }
a { background-color: rgb(211,190,3); }
div.DivClassName
{
background-color: #D3BE03;
}
.BgClassName
{
background-color: #D3BE03;
}
</style>
border-color css
<style>
span { border-color: #D3BE03; }
span { border-color: rgb(211,190,3); }
td.TdClassName
{
border-color: #D3BE03;
}
.TagClassName
{
border-color: #D3BE03;
}
</style>