Shades of Bird Flower #D1D708
Tints of Bird Flower #D1D708
RGB
CMYK
RGB Variations
Color information
#D1D708 (or 0xD1D708) is known color: Bird Flower. HEX triplet: D1, D7 and 08. RGB value is (209,215,8). Sum of RGB (Red+Green+Blue) = 209+215+8=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D708 is #2E28F7. Grayscale: #BEBEBE. Windows color (decimal): -3025144 or 579537. OLE color: 579537.
HSL color Cylindrical-coordinate representation of color #D1D708: hue angle of 61.74º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1D708 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 8 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.16 |
| HSL | 61.74º | 0.93% | 0.44% | - |
| HSV(B) | 61.74º | 0.96% | 0.84% | - |
| XYZ | 50.64 | 62.17 | 9.56 | - |
| YUV | 189.61 | 25.51 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 8 | 0.03 | 0 | 0.96 | 0.16 | 61.74 | 0.93 | 0.44 |
| Hex | D1 | D7 | 8 | 3 | 0 | 60 | 10 | 3E | 5D | 2C |
| Octal | 321 | 327 | 10 | 3 | 0 | 140 | 20 | 76 | 135 | 54 |
| Binary | 11010001 | 11010111 | 1000 | 11 | 0 | 1100000 | 10000 | 111110 | 1011101 | 101100 |
Color Harmonies of #D1D708
Complementary color
Monochromatic Colors of #D1D708
Black with #D1D708
Text Example
Text Example
White with #D1D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D708; }
p { color: rgb(209,215,8); }
H1.HeaderClassName
{
color: #D1D708;
}
.AnyTagClassName
{
color: #D1D708;
}
</style>
background-color css
<style>
a { background-color: #D1D708; }
a { background-color: rgb(209,215,8); }
div.DivClassName
{
background-color: #D1D708;
}
.BgClassName
{
background-color: #D1D708;
}
</style>
border-color css
<style>
span { border-color: #D1D708; }
span { border-color: rgb(209,215,8); }
td.TdClassName
{
border-color: #D1D708;
}
.TagClassName
{
border-color: #D1D708;
}
</style>