Shades of Bird Flower #D7BE0D
Tints of Bird Flower #D7BE0D
RGB
CMYK
RGB Variations
Color information
#D7BE0D (or 0xD7BE0D) is known color: Bird Flower. HEX triplet: D7, BE and 0D. RGB value is (215,190,13). Sum of RGB (Red+Green+Blue) = 215+190+13=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BE0D is #2841F2. Grayscale: #B2B2B2. Windows color (decimal): -2638323 or 900823. OLE color: 900823.
HSL color Cylindrical-coordinate representation of color #D7BE0D: hue angle of 52.57º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7BE0D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 190 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.16 |
| HSL | 52.57º | 0.89% | 0.45% | - |
| HSV(B) | 52.57º | 0.94% | 0.84% | - |
| XYZ | 46.51 | 51.3 | 7.83 | - |
| YUV | 177.3 | 35.28 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 190 | 13 | 0 | 0.12 | 0.94 | 0.16 | 52.57 | 0.89 | 0.45 |
| Hex | D7 | BE | D | 0 | C | 5E | 10 | 35 | 59 | 2D |
| Octal | 327 | 276 | 15 | 0 | 14 | 136 | 20 | 65 | 131 | 55 |
| Binary | 11010111 | 10111110 | 1101 | 0 | 1100 | 1011110 | 10000 | 110101 | 1011001 | 101101 |
Color Harmonies of #D7BE0D
Complementary color
Monochromatic Colors of #D7BE0D
Black with #D7BE0D
Text Example
Text Example
White with #D7BE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BE0D; }
p { color: rgb(215,190,13); }
H1.HeaderClassName
{
color: #D7BE0D;
}
.AnyTagClassName
{
color: #D7BE0D;
}
</style>
background-color css
<style>
a { background-color: #D7BE0D; }
a { background-color: rgb(215,190,13); }
div.DivClassName
{
background-color: #D7BE0D;
}
.BgClassName
{
background-color: #D7BE0D;
}
</style>
border-color css
<style>
span { border-color: #D7BE0D; }
span { border-color: rgb(215,190,13); }
td.TdClassName
{
border-color: #D7BE0D;
}
.TagClassName
{
border-color: #D7BE0D;
}
</style>