Shades of Bird Flower #D2C017
Tints of Bird Flower #D2C017
RGB
CMYK
RGB Variations
Color information
#D2C017 (or 0xD2C017) is known color: Bird Flower. HEX triplet: D2, C0 and 17. RGB value is (210,192,23). Sum of RGB (Red+Green+Blue) = 210+192+23=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C017 is #2D3FE8. Grayscale: #B2B2B2. Windows color (decimal): -2965481 or 1556690. OLE color: 1556690.
HSL color Cylindrical-coordinate representation of color #D2C017: hue angle of 54.22º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2C017 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 23 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.18 |
| HSL | 54.22º | 0.8% | 0.46% | - |
| HSV(B) | 54.22º | 0.89% | 0.82% | - |
| XYZ | 45.58 | 51.46 | 8.34 | - |
| YUV | 178.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 23 | 0 | 0.09 | 0.89 | 0.18 | 54.22 | 0.8 | 0.46 |
| Hex | D2 | C0 | 17 | 0 | 9 | 59 | 12 | 36 | 50 | 2E |
| Octal | 322 | 300 | 27 | 0 | 11 | 131 | 22 | 66 | 120 | 56 |
| Binary | 11010010 | 11000000 | 10111 | 0 | 1001 | 1011001 | 10010 | 110110 | 1010000 | 101110 |
Color Harmonies of #D2C017
Complementary color
Monochromatic Colors of #D2C017
Black with #D2C017
Text Example
Text Example
White with #D2C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C017; }
p { color: rgb(210,192,23); }
H1.HeaderClassName
{
color: #D2C017;
}
.AnyTagClassName
{
color: #D2C017;
}
</style>
background-color css
<style>
a { background-color: #D2C017; }
a { background-color: rgb(210,192,23); }
div.DivClassName
{
background-color: #D2C017;
}
.BgClassName
{
background-color: #D2C017;
}
</style>
border-color css
<style>
span { border-color: #D2C017; }
span { border-color: rgb(210,192,23); }
td.TdClassName
{
border-color: #D2C017;
}
.TagClassName
{
border-color: #D2C017;
}
</style>