Shades of Bird Flower #D1D104
Tints of Bird Flower #D1D104
RGB
CMYK
RGB Variations
Color information
#D1D104 (or 0xD1D104) is known color: Bird Flower. HEX triplet: D1, D1 and 04. RGB value is (209,209,4). Sum of RGB (Red+Green+Blue) = 209+209+4=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D104 is #2E2EFB. Grayscale: #BABABA. Windows color (decimal): -3026684 or 315857. OLE color: 315857.
HSL color Cylindrical-coordinate representation of color #D1D104: hue angle of 60º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1D104 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 209 | 4 | - |
| CMYK | 0 | 0 | 0.98 | 0.18 |
| HSL | 60º | 0.96% | 0.42% | - |
| HSV(B) | 60º | 0.98% | 0.82% | - |
| XYZ | 49.12 | 59.17 | 8.95 | - |
| YUV | 185.63 | 25.5 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 209 | 4 | 0 | 0 | 0.98 | 0.18 | 60 | 0.96 | 0.42 |
| Hex | D1 | D1 | 4 | 0 | 0 | 62 | 12 | 3C | 60 | 2A |
| Octal | 321 | 321 | 4 | 0 | 0 | 142 | 22 | 74 | 140 | 52 |
| Binary | 11010001 | 11010001 | 100 | 0 | 0 | 1100010 | 10010 | 111100 | 1100000 | 101010 |
Color Harmonies of #D1D104
Complementary color
Monochromatic Colors of #D1D104
Black with #D1D104
Text Example
Text Example
White with #D1D104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D104; }
p { color: rgb(209,209,4); }
H1.HeaderClassName
{
color: #D1D104;
}
.AnyTagClassName
{
color: #D1D104;
}
</style>
background-color css
<style>
a { background-color: #D1D104; }
a { background-color: rgb(209,209,4); }
div.DivClassName
{
background-color: #D1D104;
}
.BgClassName
{
background-color: #D1D104;
}
</style>
border-color css
<style>
span { border-color: #D1D104; }
span { border-color: rgb(209,209,4); }
td.TdClassName
{
border-color: #D1D104;
}
.TagClassName
{
border-color: #D1D104;
}
</style>