Shades of Bird Flower #D1C617
Tints of Bird Flower #D1C617
RGB
CMYK
RGB Variations
Color information
#D1C617 (or 0xD1C617) is known color: Bird Flower. HEX triplet: D1, C6 and 17. RGB value is (209,198,23). Sum of RGB (Red+Green+Blue) = 209+198+23=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C617 is #2E39E8. Grayscale: #B6B6B6. Windows color (decimal): -3029481 or 1558225. OLE color: 1558225.
HSL color Cylindrical-coordinate representation of color #D1C617: hue angle of 56.45º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1C617 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 198 | 23 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.18 |
| HSL | 56.45º | 0.8% | 0.45% | - |
| HSV(B) | 56.45º | 0.89% | 0.82% | - |
| XYZ | 46.64 | 54.01 | 8.78 | - |
| YUV | 181.34 | 38.64 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 23 | 0 | 0.05 | 0.89 | 0.18 | 56.45 | 0.8 | 0.45 |
| Hex | D1 | C6 | 17 | 0 | 5 | 59 | 12 | 38 | 50 | 2D |
| Octal | 321 | 306 | 27 | 0 | 5 | 131 | 22 | 70 | 120 | 55 |
| Binary | 11010001 | 11000110 | 10111 | 0 | 101 | 1011001 | 10010 | 111000 | 1010000 | 101101 |
Color Harmonies of #D1C617
Complementary color
Monochromatic Colors of #D1C617
Black with #D1C617
Text Example
Text Example
White with #D1C617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C617; }
p { color: rgb(209,198,23); }
H1.HeaderClassName
{
color: #D1C617;
}
.AnyTagClassName
{
color: #D1C617;
}
</style>
background-color css
<style>
a { background-color: #D1C617; }
a { background-color: rgb(209,198,23); }
div.DivClassName
{
background-color: #D1C617;
}
.BgClassName
{
background-color: #D1C617;
}
</style>
border-color css
<style>
span { border-color: #D1C617; }
span { border-color: rgb(209,198,23); }
td.TdClassName
{
border-color: #D1C617;
}
.TagClassName
{
border-color: #D1C617;
}
</style>