Shades of Bird Flower #D2C517
Tints of Bird Flower #D2C517
RGB
CMYK
RGB Variations
Color information
#D2C517 (or 0xD2C517) is known color: Bird Flower. HEX triplet: D2, C5 and 17. RGB value is (210,197,23). Sum of RGB (Red+Green+Blue) = 210+197+23=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C517 is #2D3AE8. Grayscale: #B5B5B5. Windows color (decimal): -2964201 or 1557970. OLE color: 1557970.
HSL color Cylindrical-coordinate representation of color #D2C517: hue angle of 55.83º 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 #D2C517 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 23 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.18 |
| HSL | 55.83º | 0.8% | 0.46% | - |
| HSV(B) | 55.83º | 0.89% | 0.82% | - |
| XYZ | 46.7 | 53.7 | 8.71 | - |
| YUV | 181.05 | 38.81 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 23 | 0 | 0.06 | 0.89 | 0.18 | 55.83 | 0.8 | 0.46 |
| Hex | D2 | C5 | 17 | 0 | 6 | 59 | 12 | 38 | 50 | 2E |
| Octal | 322 | 305 | 27 | 0 | 6 | 131 | 22 | 70 | 120 | 56 |
| Binary | 11010010 | 11000101 | 10111 | 0 | 110 | 1011001 | 10010 | 111000 | 1010000 | 101110 |
Color Harmonies of #D2C517
Complementary color
Monochromatic Colors of #D2C517
Black with #D2C517
Text Example
Text Example
White with #D2C517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C517; }
p { color: rgb(210,197,23); }
H1.HeaderClassName
{
color: #D2C517;
}
.AnyTagClassName
{
color: #D2C517;
}
</style>
background-color css
<style>
a { background-color: #D2C517; }
a { background-color: rgb(210,197,23); }
div.DivClassName
{
background-color: #D2C517;
}
.BgClassName
{
background-color: #D2C517;
}
</style>
border-color css
<style>
span { border-color: #D2C517; }
span { border-color: rgb(210,197,23); }
td.TdClassName
{
border-color: #D2C517;
}
.TagClassName
{
border-color: #D2C517;
}
</style>