Shades of Bird Flower #D6C10D
Tints of Bird Flower #D6C10D
RGB
CMYK
RGB Variations
Color information
#D6C10D (or 0xD6C10D) is known color: Bird Flower. HEX triplet: D6, C1 and 0D. RGB value is (214,193,13). Sum of RGB (Red+Green+Blue) = 214+193+13=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C10D is #293EF2. Grayscale: #B3B3B3. Windows color (decimal): -2703091 or 901590. OLE color: 901590.
HSL color Cylindrical-coordinate representation of color #D6C10D: hue angle of 53.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6C10D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.16 |
| HSL | 53.73º | 0.89% | 0.45% | - |
| HSV(B) | 53.73º | 0.94% | 0.84% | - |
| XYZ | 46.87 | 52.47 | 8.04 | - |
| YUV | 178.76 | 34.46 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 13 | 0 | 0.10 | 0.94 | 0.16 | 53.73 | 0.89 | 0.45 |
| Hex | D6 | C1 | D | 0 | A | 5E | 10 | 36 | 59 | 2D |
| Octal | 326 | 301 | 15 | 0 | 12 | 136 | 20 | 66 | 131 | 55 |
| Binary | 11010110 | 11000001 | 1101 | 0 | 1010 | 1011110 | 10000 | 110110 | 1011001 | 101101 |
Color Harmonies of #D6C10D
Complementary color
Monochromatic Colors of #D6C10D
Black with #D6C10D
Text Example
Text Example
White with #D6C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C10D; }
p { color: rgb(214,193,13); }
H1.HeaderClassName
{
color: #D6C10D;
}
.AnyTagClassName
{
color: #D6C10D;
}
</style>
background-color css
<style>
a { background-color: #D6C10D; }
a { background-color: rgb(214,193,13); }
div.DivClassName
{
background-color: #D6C10D;
}
.BgClassName
{
background-color: #D6C10D;
}
</style>
border-color css
<style>
span { border-color: #D6C10D; }
span { border-color: rgb(214,193,13); }
td.TdClassName
{
border-color: #D6C10D;
}
.TagClassName
{
border-color: #D6C10D;
}
</style>