Shades of Bird Flower #D6C00C
Tints of Bird Flower #D6C00C
RGB
CMYK
RGB Variations
Color information
#D6C00C (or 0xD6C00C) is known color: Bird Flower. HEX triplet: D6, C0 and 0C. RGB value is (214,192,12). Sum of RGB (Red+Green+Blue) = 214+192+12=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C00C is #293FF3. Grayscale: #B2B2B2. Windows color (decimal): -2703348 or 835798. OLE color: 835798.
HSL color Cylindrical-coordinate representation of color #D6C00C: hue angle of 53.47º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6C00C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 12 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.16 |
| HSL | 53.47º | 0.89% | 0.44% | - |
| HSV(B) | 53.47º | 0.94% | 0.84% | - |
| XYZ | 46.65 | 52.02 | 7.93 | - |
| YUV | 178.06 | 34.29 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 12 | 0 | 0.10 | 0.94 | 0.16 | 53.47 | 0.89 | 0.44 |
| Hex | D6 | C0 | C | 0 | A | 5E | 10 | 35 | 59 | 2C |
| Octal | 326 | 300 | 14 | 0 | 12 | 136 | 20 | 65 | 131 | 54 |
| Binary | 11010110 | 11000000 | 1100 | 0 | 1010 | 1011110 | 10000 | 110101 | 1011001 | 101100 |
Color Harmonies of #D6C00C
Complementary color
Monochromatic Colors of #D6C00C
Black with #D6C00C
Text Example
Text Example
White with #D6C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C00C; }
p { color: rgb(214,192,12); }
H1.HeaderClassName
{
color: #D6C00C;
}
.AnyTagClassName
{
color: #D6C00C;
}
</style>
background-color css
<style>
a { background-color: #D6C00C; }
a { background-color: rgb(214,192,12); }
div.DivClassName
{
background-color: #D6C00C;
}
.BgClassName
{
background-color: #D6C00C;
}
</style>
border-color css
<style>
span { border-color: #D6C00C; }
span { border-color: rgb(214,192,12); }
td.TdClassName
{
border-color: #D6C00C;
}
.TagClassName
{
border-color: #D6C00C;
}
</style>