Shades of Bird Flower #D1D508
Tints of Bird Flower #D1D508
RGB
CMYK
RGB Variations
Color information
#D1D508 (or 0xD1D508) is known color: Bird Flower. HEX triplet: D1, D5 and 08. RGB value is (209,213,8). Sum of RGB (Red+Green+Blue) = 209+213+8=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D508 is #2E2AF7. Grayscale: #BDBDBD. Windows color (decimal): -3025656 or 579025. OLE color: 579025.
HSL color Cylindrical-coordinate representation of color #D1D508: hue angle of 61.17º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1D508 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 8 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.16 |
| HSL | 61.17º | 0.93% | 0.43% | - |
| HSV(B) | 61.17º | 0.96% | 0.84% | - |
| XYZ | 50.13 | 61.16 | 9.39 | - |
| YUV | 188.43 | 26.17 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 8 | 0.02 | 0 | 0.96 | 0.16 | 61.17 | 0.93 | 0.43 |
| Hex | D1 | D5 | 8 | 2 | 0 | 60 | 10 | 3D | 5D | 2B |
| Octal | 321 | 325 | 10 | 2 | 0 | 140 | 20 | 75 | 135 | 53 |
| Binary | 11010001 | 11010101 | 1000 | 10 | 0 | 1100000 | 10000 | 111101 | 1011101 | 101011 |
Color Harmonies of #D1D508
Complementary color
Monochromatic Colors of #D1D508
Black with #D1D508
Text Example
Text Example
White with #D1D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D508; }
p { color: rgb(209,213,8); }
H1.HeaderClassName
{
color: #D1D508;
}
.AnyTagClassName
{
color: #D1D508;
}
</style>
background-color css
<style>
a { background-color: #D1D508; }
a { background-color: rgb(209,213,8); }
div.DivClassName
{
background-color: #D1D508;
}
.BgClassName
{
background-color: #D1D508;
}
</style>
border-color css
<style>
span { border-color: #D1D508; }
span { border-color: rgb(209,213,8); }
td.TdClassName
{
border-color: #D1D508;
}
.TagClassName
{
border-color: #D1D508;
}
</style>