Shades of Bird Flower #D1C512
Tints of Bird Flower #D1C512
RGB
CMYK
RGB Variations
Color information
#D1C512 (or 0xD1C512) is known color: Bird Flower. HEX triplet: D1, C5 and 12. RGB value is (209,197,18). Sum of RGB (Red+Green+Blue) = 209+197+18=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C512 is #2E3AED. Grayscale: #B4B4B4. Windows color (decimal): -3029742 or 1230289. OLE color: 1230289.
HSL color Cylindrical-coordinate representation of color #D1C512: hue angle of 56.23º 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 #D1C512 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 18 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.18 |
| HSL | 56.23º | 0.84% | 0.45% | - |
| HSV(B) | 56.23º | 0.91% | 0.82% | - |
| XYZ | 46.37 | 53.53 | 8.46 | - |
| YUV | 180.18 | 36.48 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 18 | 0 | 0.06 | 0.91 | 0.18 | 56.23 | 0.84 | 0.45 |
| Hex | D1 | C5 | 12 | 0 | 6 | 5B | 12 | 38 | 54 | 2D |
| Octal | 321 | 305 | 22 | 0 | 6 | 133 | 22 | 70 | 124 | 55 |
| Binary | 11010001 | 11000101 | 10010 | 0 | 110 | 1011011 | 10010 | 111000 | 1010100 | 101101 |
Color Harmonies of #D1C512
Complementary color
Monochromatic Colors of #D1C512
Black with #D1C512
Text Example
Text Example
White with #D1C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C512; }
p { color: rgb(209,197,18); }
H1.HeaderClassName
{
color: #D1C512;
}
.AnyTagClassName
{
color: #D1C512;
}
</style>
background-color css
<style>
a { background-color: #D1C512; }
a { background-color: rgb(209,197,18); }
div.DivClassName
{
background-color: #D1C512;
}
.BgClassName
{
background-color: #D1C512;
}
</style>
border-color css
<style>
span { border-color: #D1C512; }
span { border-color: rgb(209,197,18); }
td.TdClassName
{
border-color: #D1C512;
}
.TagClassName
{
border-color: #D1C512;
}
</style>