Shades of Bird Flower #D1D70D
Tints of Bird Flower #D1D70D
RGB
CMYK
RGB Variations
Color information
#D1D70D (or 0xD1D70D) is known color: Bird Flower. HEX triplet: D1, D7 and 0D. RGB value is (209,215,13). Sum of RGB (Red+Green+Blue) = 209+215+13=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D70D is #2E28F2. Grayscale: #BEBEBE. Windows color (decimal): -3025139 or 907217. OLE color: 907217.
HSL color Cylindrical-coordinate representation of color #D1D70D: hue angle of 61.78º 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 #D1D70D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 13 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.16 |
| HSL | 61.78º | 0.89% | 0.45% | - |
| HSV(B) | 61.78º | 0.94% | 0.84% | - |
| XYZ | 50.67 | 62.19 | 9.71 | - |
| YUV | 190.18 | 28.01 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 13 | 0.03 | 0 | 0.94 | 0.16 | 61.78 | 0.89 | 0.45 |
| Hex | D1 | D7 | D | 3 | 0 | 5E | 10 | 3E | 59 | 2D |
| Octal | 321 | 327 | 15 | 3 | 0 | 136 | 20 | 76 | 131 | 55 |
| Binary | 11010001 | 11010111 | 1101 | 11 | 0 | 1011110 | 10000 | 111110 | 1011001 | 101101 |
Color Harmonies of #D1D70D
Complementary color
Monochromatic Colors of #D1D70D
Black with #D1D70D
Text Example
Text Example
White with #D1D70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D70D; }
p { color: rgb(209,215,13); }
H1.HeaderClassName
{
color: #D1D70D;
}
.AnyTagClassName
{
color: #D1D70D;
}
</style>
background-color css
<style>
a { background-color: #D1D70D; }
a { background-color: rgb(209,215,13); }
div.DivClassName
{
background-color: #D1D70D;
}
.BgClassName
{
background-color: #D1D70D;
}
</style>
border-color css
<style>
span { border-color: #D1D70D; }
span { border-color: rgb(209,215,13); }
td.TdClassName
{
border-color: #D1D70D;
}
.TagClassName
{
border-color: #D1D70D;
}
</style>