Shades of Bird Flower #D1C017
Tints of Bird Flower #D1C017
RGB
CMYK
RGB Variations
Color information
#D1C017 (or 0xD1C017) is known color: Bird Flower. HEX triplet: D1, C0 and 17. RGB value is (209,192,23). Sum of RGB (Red+Green+Blue) = 209+192+23=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C017 is #2E3FE8. Grayscale: #B2B2B2. Windows color (decimal): -3031017 or 1556689. OLE color: 1556689.
HSL color Cylindrical-coordinate representation of color #D1C017: hue angle of 54.52º 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 #D1C017 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 23 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.18 |
| HSL | 54.52º | 0.8% | 0.45% | - |
| HSV(B) | 54.52º | 0.89% | 0.82% | - |
| XYZ | 45.3 | 51.32 | 8.33 | - |
| YUV | 177.82 | 40.63 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 23 | 0 | 0.08 | 0.89 | 0.18 | 54.52 | 0.8 | 0.45 |
| Hex | D1 | C0 | 17 | 0 | 8 | 59 | 12 | 37 | 50 | 2D |
| Octal | 321 | 300 | 27 | 0 | 10 | 131 | 22 | 67 | 120 | 55 |
| Binary | 11010001 | 11000000 | 10111 | 0 | 1000 | 1011001 | 10010 | 110111 | 1010000 | 101101 |
Color Harmonies of #D1C017
Complementary color
Monochromatic Colors of #D1C017
Black with #D1C017
Text Example
Text Example
White with #D1C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C017; }
p { color: rgb(209,192,23); }
H1.HeaderClassName
{
color: #D1C017;
}
.AnyTagClassName
{
color: #D1C017;
}
</style>
background-color css
<style>
a { background-color: #D1C017; }
a { background-color: rgb(209,192,23); }
div.DivClassName
{
background-color: #D1C017;
}
.BgClassName
{
background-color: #D1C017;
}
</style>
border-color css
<style>
span { border-color: #D1C017; }
span { border-color: rgb(209,192,23); }
td.TdClassName
{
border-color: #D1C017;
}
.TagClassName
{
border-color: #D1C017;
}
</style>