Shades of Bird Flower #D2C00C
Tints of Bird Flower #D2C00C
RGB
CMYK
RGB Variations
Color information
#D2C00C (or 0xD2C00C) is known color: Bird Flower. HEX triplet: D2, C0 and 0C. RGB value is (210,192,12). Sum of RGB (Red+Green+Blue) = 210+192+12=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C00C is #2D3FF3. Grayscale: #B1B1B1. Windows color (decimal): -2965492 or 835794. OLE color: 835794.
HSL color Cylindrical-coordinate representation of color #D2C00C: hue angle of 54.55º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2C00C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.18 |
| HSL | 54.55º | 0.89% | 0.44% | - |
| HSV(B) | 54.55º | 0.94% | 0.82% | - |
| XYZ | 45.49 | 51.43 | 7.88 | - |
| YUV | 176.86 | 34.96 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 12 | 0 | 0.09 | 0.94 | 0.18 | 54.55 | 0.89 | 0.44 |
| Hex | D2 | C0 | C | 0 | 9 | 5E | 12 | 37 | 59 | 2C |
| Octal | 322 | 300 | 14 | 0 | 11 | 136 | 22 | 67 | 131 | 54 |
| Binary | 11010010 | 11000000 | 1100 | 0 | 1001 | 1011110 | 10010 | 110111 | 1011001 | 101100 |
Color Harmonies of #D2C00C
Complementary color
Monochromatic Colors of #D2C00C
Black with #D2C00C
Text Example
Text Example
White with #D2C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C00C; }
p { color: rgb(210,192,12); }
H1.HeaderClassName
{
color: #D2C00C;
}
.AnyTagClassName
{
color: #D2C00C;
}
</style>
background-color css
<style>
a { background-color: #D2C00C; }
a { background-color: rgb(210,192,12); }
div.DivClassName
{
background-color: #D2C00C;
}
.BgClassName
{
background-color: #D2C00C;
}
</style>
border-color css
<style>
span { border-color: #D2C00C; }
span { border-color: rgb(210,192,12); }
td.TdClassName
{
border-color: #D2C00C;
}
.TagClassName
{
border-color: #D2C00C;
}
</style>