Shades of Bird Flower #D2C111
Tints of Bird Flower #D2C111
RGB
CMYK
RGB Variations
Color information
#D2C111 (or 0xD2C111) is known color: Bird Flower. HEX triplet: D2, C1 and 11. RGB value is (210,193,17). Sum of RGB (Red+Green+Blue) = 210+193+17=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C111 is #2D3EEE. Grayscale: #B2B2B2. Windows color (decimal): -2965231 or 1163730. OLE color: 1163730.
HSL color Cylindrical-coordinate representation of color #D2C111: hue angle of 54.72º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2C111 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 17 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.18 |
| HSL | 54.72º | 0.85% | 0.45% | - |
| HSV(B) | 54.72º | 0.92% | 0.82% | - |
| XYZ | 45.75 | 51.88 | 8.13 | - |
| YUV | 178.02 | 37.13 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 17 | 0 | 0.08 | 0.92 | 0.18 | 54.72 | 0.85 | 0.45 |
| Hex | D2 | C1 | 11 | 0 | 8 | 5C | 12 | 37 | 55 | 2D |
| Octal | 322 | 301 | 21 | 0 | 10 | 134 | 22 | 67 | 125 | 55 |
| Binary | 11010010 | 11000001 | 10001 | 0 | 1000 | 1011100 | 10010 | 110111 | 1010101 | 101101 |
Color Harmonies of #D2C111
Complementary color
Monochromatic Colors of #D2C111
Black with #D2C111
Text Example
Text Example
White with #D2C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C111; }
p { color: rgb(210,193,17); }
H1.HeaderClassName
{
color: #D2C111;
}
.AnyTagClassName
{
color: #D2C111;
}
</style>
background-color css
<style>
a { background-color: #D2C111; }
a { background-color: rgb(210,193,17); }
div.DivClassName
{
background-color: #D2C111;
}
.BgClassName
{
background-color: #D2C111;
}
</style>
border-color css
<style>
span { border-color: #D2C111; }
span { border-color: rgb(210,193,17); }
td.TdClassName
{
border-color: #D2C111;
}
.TagClassName
{
border-color: #D2C111;
}
</style>