Shades of Bird Flower #D2C518
Tints of Bird Flower #D2C518
RGB
CMYK
RGB Variations
Color information
#D2C518 (or 0xD2C518) is known color: Bird Flower. HEX triplet: D2, C5 and 18. RGB value is (210,197,24). Sum of RGB (Red+Green+Blue) = 210+197+24=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C518 is #2D3AE7. Grayscale: #B5B5B5. Windows color (decimal): -2964200 or 1623506. OLE color: 1623506.
HSL color Cylindrical-coordinate representation of color #D2C518: hue angle of 55.81º degrees, saturation: 0.79, 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 #D2C518 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 24 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.18 |
| HSL | 55.81º | 0.79% | 0.46% | - |
| HSV(B) | 55.81º | 0.89% | 0.82% | - |
| XYZ | 46.71 | 53.7 | 8.77 | - |
| YUV | 181.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 24 | 0 | 0.06 | 0.89 | 0.18 | 55.81 | 0.79 | 0.46 |
| Hex | D2 | C5 | 18 | 0 | 6 | 59 | 12 | 38 | 4F | 2E |
| Octal | 322 | 305 | 30 | 0 | 6 | 131 | 22 | 70 | 117 | 56 |
| Binary | 11010010 | 11000101 | 11000 | 0 | 110 | 1011001 | 10010 | 111000 | 1001111 | 101110 |
Color Harmonies of #D2C518
Complementary color
Monochromatic Colors of #D2C518
Black with #D2C518
Text Example
Text Example
White with #D2C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C518; }
p { color: rgb(210,197,24); }
H1.HeaderClassName
{
color: #D2C518;
}
.AnyTagClassName
{
color: #D2C518;
}
</style>
background-color css
<style>
a { background-color: #D2C518; }
a { background-color: rgb(210,197,24); }
div.DivClassName
{
background-color: #D2C518;
}
.BgClassName
{
background-color: #D2C518;
}
</style>
border-color css
<style>
span { border-color: #D2C518; }
span { border-color: rgb(210,197,24); }
td.TdClassName
{
border-color: #D2C518;
}
.TagClassName
{
border-color: #D2C518;
}
</style>