Shades of Bird Flower #D1D504
Tints of Bird Flower #D1D504
RGB
CMYK
RGB Variations
Color information
#D1D504 (or 0xD1D504) is known color: Bird Flower. HEX triplet: D1, D5 and 04. RGB value is (209,213,4). Sum of RGB (Red+Green+Blue) = 209+213+4=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D504 is #2E2AFB. Grayscale: #BCBCBC. Windows color (decimal): -3025660 or 316881. OLE color: 316881.
HSL color Cylindrical-coordinate representation of color #D1D504: hue angle of 61.15º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1D504 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.16 |
| HSL | 61.15º | 0.96% | 0.43% | - |
| HSV(B) | 61.15º | 0.98% | 0.84% | - |
| XYZ | 50.11 | 61.15 | 9.28 | - |
| YUV | 187.98 | 24.17 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 4 | 0.02 | 0 | 0.98 | 0.16 | 61.15 | 0.96 | 0.43 |
| Hex | D1 | D5 | 4 | 2 | 0 | 62 | 10 | 3D | 60 | 2B |
| Octal | 321 | 325 | 4 | 2 | 0 | 142 | 20 | 75 | 140 | 53 |
| Binary | 11010001 | 11010101 | 100 | 10 | 0 | 1100010 | 10000 | 111101 | 1100000 | 101011 |
Color Harmonies of #D1D504
Complementary color
Monochromatic Colors of #D1D504
Black with #D1D504
Text Example
Text Example
White with #D1D504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D504; }
p { color: rgb(209,213,4); }
H1.HeaderClassName
{
color: #D1D504;
}
.AnyTagClassName
{
color: #D1D504;
}
</style>
background-color css
<style>
a { background-color: #D1D504; }
a { background-color: rgb(209,213,4); }
div.DivClassName
{
background-color: #D1D504;
}
.BgClassName
{
background-color: #D1D504;
}
</style>
border-color css
<style>
span { border-color: #D1D504; }
span { border-color: rgb(209,213,4); }
td.TdClassName
{
border-color: #D1D504;
}
.TagClassName
{
border-color: #D1D504;
}
</style>