Shades of Bird Flower #D1C710
Tints of Bird Flower #D1C710
RGB
CMYK
RGB Variations
Color information
#D1C710 (or 0xD1C710) is known color: Bird Flower. HEX triplet: D1, C7 and 10. RGB value is (209,199,16). Sum of RGB (Red+Green+Blue) = 209+199+16=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C710 is #2E38EF. Grayscale: #B5B5B5. Windows color (decimal): -3029232 or 1099729. OLE color: 1099729.
HSL color Cylindrical-coordinate representation of color #D1C710: hue angle of 56.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1C710 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 16 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.18 |
| HSL | 56.89º | 0.86% | 0.44% | - |
| HSV(B) | 56.89º | 0.92% | 0.82% | - |
| XYZ | 46.81 | 54.44 | 8.53 | - |
| YUV | 181.13 | 34.81 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 16 | 0 | 0.05 | 0.92 | 0.18 | 56.89 | 0.86 | 0.44 |
| Hex | D1 | C7 | 10 | 0 | 5 | 5C | 12 | 39 | 56 | 2C |
| Octal | 321 | 307 | 20 | 0 | 5 | 134 | 22 | 71 | 126 | 54 |
| Binary | 11010001 | 11000111 | 10000 | 0 | 101 | 1011100 | 10010 | 111001 | 1010110 | 101100 |
Color Harmonies of #D1C710
Complementary color
Monochromatic Colors of #D1C710
Black with #D1C710
Text Example
Text Example
White with #D1C710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C710; }
p { color: rgb(209,199,16); }
H1.HeaderClassName
{
color: #D1C710;
}
.AnyTagClassName
{
color: #D1C710;
}
</style>
background-color css
<style>
a { background-color: #D1C710; }
a { background-color: rgb(209,199,16); }
div.DivClassName
{
background-color: #D1C710;
}
.BgClassName
{
background-color: #D1C710;
}
</style>
border-color css
<style>
span { border-color: #D1C710; }
span { border-color: rgb(209,199,16); }
td.TdClassName
{
border-color: #D1C710;
}
.TagClassName
{
border-color: #D1C710;
}
</style>