Shades of Bird Flower #D1D50D
Tints of Bird Flower #D1D50D
RGB
CMYK
RGB Variations
Color information
#D1D50D (or 0xD1D50D) is known color: Bird Flower. HEX triplet: D1, D5 and 0D. RGB value is (209,213,13). Sum of RGB (Red+Green+Blue) = 209+213+13=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D50D is #2E2AF2. Grayscale: #BDBDBD. Windows color (decimal): -3025651 or 906705. OLE color: 906705.
HSL color Cylindrical-coordinate representation of color #D1D50D: hue angle of 61.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1D50D is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 13 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.16 |
| HSL | 61.2º | 0.88% | 0.44% | - |
| HSV(B) | 61.2º | 0.94% | 0.84% | - |
| XYZ | 50.16 | 61.17 | 9.54 | - |
| YUV | 189 | 28.67 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 13 | 0.02 | 0 | 0.94 | 0.16 | 61.2 | 0.88 | 0.44 |
| Hex | D1 | D5 | D | 2 | 0 | 5E | 10 | 3D | 58 | 2C |
| Octal | 321 | 325 | 15 | 2 | 0 | 136 | 20 | 75 | 130 | 54 |
| Binary | 11010001 | 11010101 | 1101 | 10 | 0 | 1011110 | 10000 | 111101 | 1011000 | 101100 |
Color Harmonies of #D1D50D
Complementary color
Monochromatic Colors of #D1D50D
Black with #D1D50D
Text Example
Text Example
White with #D1D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D50D; }
p { color: rgb(209,213,13); }
H1.HeaderClassName
{
color: #D1D50D;
}
.AnyTagClassName
{
color: #D1D50D;
}
</style>
background-color css
<style>
a { background-color: #D1D50D; }
a { background-color: rgb(209,213,13); }
div.DivClassName
{
background-color: #D1D50D;
}
.BgClassName
{
background-color: #D1D50D;
}
</style>
border-color css
<style>
span { border-color: #D1D50D; }
span { border-color: rgb(209,213,13); }
td.TdClassName
{
border-color: #D1D50D;
}
.TagClassName
{
border-color: #D1D50D;
}
</style>