Shades of Bird Flower #D1D005
Tints of Bird Flower #D1D005
RGB
CMYK
RGB Variations
Color information
#D1D005 (or 0xD1D005) is known color: Bird Flower. HEX triplet: D1, D0 and 05. RGB value is (209,208,5). Sum of RGB (Red+Green+Blue) = 209+208+5=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D005 is #2E2FFA. Grayscale: #B9B9B9. Windows color (decimal): -3026939 or 381137. OLE color: 381137.
HSL color Cylindrical-coordinate representation of color #D1D005: hue angle of 59.71º degrees, saturation: 0.95, 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 #D1D005 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 5 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.18 |
| HSL | 59.71º | 0.95% | 0.42% | - |
| HSV(B) | 59.71º | 0.98% | 0.82% | - |
| XYZ | 48.88 | 58.68 | 8.89 | - |
| YUV | 185.16 | 26.33 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 5 | 0 | 0.00 | 0.98 | 0.18 | 59.71 | 0.95 | 0.42 |
| Hex | D1 | D0 | 5 | 0 | 0 | 62 | 12 | 3C | 5F | 2A |
| Octal | 321 | 320 | 5 | 0 | 0 | 142 | 22 | 74 | 137 | 52 |
| Binary | 11010001 | 11010000 | 101 | 0 | 0 | 1100010 | 10010 | 111100 | 1011111 | 101010 |
Color Harmonies of #D1D005
Complementary color
Monochromatic Colors of #D1D005
Black with #D1D005
Text Example
Text Example
White with #D1D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D005; }
p { color: rgb(209,208,5); }
H1.HeaderClassName
{
color: #D1D005;
}
.AnyTagClassName
{
color: #D1D005;
}
</style>
background-color css
<style>
a { background-color: #D1D005; }
a { background-color: rgb(209,208,5); }
div.DivClassName
{
background-color: #D1D005;
}
.BgClassName
{
background-color: #D1D005;
}
</style>
border-color css
<style>
span { border-color: #D1D005; }
span { border-color: rgb(209,208,5); }
td.TdClassName
{
border-color: #D1D005;
}
.TagClassName
{
border-color: #D1D005;
}
</style>