Shades of Bird Flower #D2C112
Tints of Bird Flower #D2C112
RGB
CMYK
RGB Variations
Color information
#D2C112 (or 0xD2C112) is known color: Bird Flower. HEX triplet: D2, C1 and 12. RGB value is (210,193,18). Sum of RGB (Red+Green+Blue) = 210+193+18=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C112 is #2D3EED. Grayscale: #B2B2B2. Windows color (decimal): -2965230 or 1229266. OLE color: 1229266.
HSL color Cylindrical-coordinate representation of color #D2C112: hue angle of 54.69º 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 #D2C112 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 18 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.18 |
| HSL | 54.69º | 0.84% | 0.45% | - |
| HSV(B) | 54.69º | 0.91% | 0.82% | - |
| XYZ | 45.76 | 51.89 | 8.18 | - |
| YUV | 178.13 | 37.63 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 18 | 0 | 0.08 | 0.91 | 0.18 | 54.69 | 0.84 | 0.45 |
| Hex | D2 | C1 | 12 | 0 | 8 | 5B | 12 | 37 | 54 | 2D |
| Octal | 322 | 301 | 22 | 0 | 10 | 133 | 22 | 67 | 124 | 55 |
| Binary | 11010010 | 11000001 | 10010 | 0 | 1000 | 1011011 | 10010 | 110111 | 1010100 | 101101 |
Color Harmonies of #D2C112
Complementary color
Monochromatic Colors of #D2C112
Black with #D2C112
Text Example
Text Example
White with #D2C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C112; }
p { color: rgb(210,193,18); }
H1.HeaderClassName
{
color: #D2C112;
}
.AnyTagClassName
{
color: #D2C112;
}
</style>
background-color css
<style>
a { background-color: #D2C112; }
a { background-color: rgb(210,193,18); }
div.DivClassName
{
background-color: #D2C112;
}
.BgClassName
{
background-color: #D2C112;
}
</style>
border-color css
<style>
span { border-color: #D2C112; }
span { border-color: rgb(210,193,18); }
td.TdClassName
{
border-color: #D2C112;
}
.TagClassName
{
border-color: #D2C112;
}
</style>