Shades of Bird Flower #D3BE0D
Tints of Bird Flower #D3BE0D
RGB
CMYK
RGB Variations
Color information
#D3BE0D (or 0xD3BE0D) is known color: Bird Flower. HEX triplet: D3, BE and 0D. RGB value is (211,190,13). Sum of RGB (Red+Green+Blue) = 211+190+13=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BE0D is #2C41F2. Grayscale: #B0B0B0. Windows color (decimal): -2900467 or 900819. OLE color: 900819.
HSL color Cylindrical-coordinate representation of color #D3BE0D: hue angle of 53.64º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3BE0D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.17 |
| HSL | 53.64º | 0.88% | 0.44% | - |
| HSV(B) | 53.64º | 0.94% | 0.83% | - |
| XYZ | 45.35 | 50.7 | 7.78 | - |
| YUV | 176.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 13 | 0 | 0.10 | 0.94 | 0.17 | 53.64 | 0.88 | 0.44 |
| Hex | D3 | BE | D | 0 | A | 5E | 11 | 36 | 58 | 2C |
| Octal | 323 | 276 | 15 | 0 | 12 | 136 | 21 | 66 | 130 | 54 |
| Binary | 11010011 | 10111110 | 1101 | 0 | 1010 | 1011110 | 10001 | 110110 | 1011000 | 101100 |
Color Harmonies of #D3BE0D
Complementary color
Monochromatic Colors of #D3BE0D
Black with #D3BE0D
Text Example
Text Example
White with #D3BE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE0D; }
p { color: rgb(211,190,13); }
H1.HeaderClassName
{
color: #D3BE0D;
}
.AnyTagClassName
{
color: #D3BE0D;
}
</style>
background-color css
<style>
a { background-color: #D3BE0D; }
a { background-color: rgb(211,190,13); }
div.DivClassName
{
background-color: #D3BE0D;
}
.BgClassName
{
background-color: #D3BE0D;
}
</style>
border-color css
<style>
span { border-color: #D3BE0D; }
span { border-color: rgb(211,190,13); }
td.TdClassName
{
border-color: #D3BE0D;
}
.TagClassName
{
border-color: #D3BE0D;
}
</style>