Shades of Bird Flower #D2C512
Tints of Bird Flower #D2C512
RGB
CMYK
RGB Variations
Color information
#D2C512 (or 0xD2C512) is known color: Bird Flower. HEX triplet: D2, C5 and 12. RGB value is (210,197,18). Sum of RGB (Red+Green+Blue) = 210+197+18=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C512 is #2D3AED. Grayscale: #B5B5B5. Windows color (decimal): -2964206 or 1230290. OLE color: 1230290.
HSL color Cylindrical-coordinate representation of color #D2C512: hue angle of 55.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2C512 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 18 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.18 |
| HSL | 55.94º | 0.84% | 0.45% | - |
| HSV(B) | 55.94º | 0.91% | 0.82% | - |
| XYZ | 46.65 | 53.68 | 8.47 | - |
| YUV | 180.48 | 36.31 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 18 | 0 | 0.06 | 0.91 | 0.18 | 55.94 | 0.84 | 0.45 |
| Hex | D2 | C5 | 12 | 0 | 6 | 5B | 12 | 38 | 54 | 2D |
| Octal | 322 | 305 | 22 | 0 | 6 | 133 | 22 | 70 | 124 | 55 |
| Binary | 11010010 | 11000101 | 10010 | 0 | 110 | 1011011 | 10010 | 111000 | 1010100 | 101101 |
Color Harmonies of #D2C512
Complementary color
Monochromatic Colors of #D2C512
Black with #D2C512
Text Example
Text Example
White with #D2C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C512; }
p { color: rgb(210,197,18); }
H1.HeaderClassName
{
color: #D2C512;
}
.AnyTagClassName
{
color: #D2C512;
}
</style>
background-color css
<style>
a { background-color: #D2C512; }
a { background-color: rgb(210,197,18); }
div.DivClassName
{
background-color: #D2C512;
}
.BgClassName
{
background-color: #D2C512;
}
</style>
border-color css
<style>
span { border-color: #D2C512; }
span { border-color: rgb(210,197,18); }
td.TdClassName
{
border-color: #D2C512;
}
.TagClassName
{
border-color: #D2C512;
}
</style>