Shades of Bird Flower #D6C613
Tints of Bird Flower #D6C613
RGB
CMYK
RGB Variations
Color information
#D6C613 (or 0xD6C613) is known color: Bird Flower. HEX triplet: D6, C6 and 13. RGB value is (214,198,19). Sum of RGB (Red+Green+Blue) = 214+198+19=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C613 is #2939EC. Grayscale: #B7B7B7. Windows color (decimal): -2701805 or 1296086. OLE color: 1296086.
HSL color Cylindrical-coordinate representation of color #D6C613: hue angle of 55.08º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6C613 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 19 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.16 |
| HSL | 55.08º | 0.84% | 0.46% | - |
| HSV(B) | 55.08º | 0.91% | 0.84% | - |
| XYZ | 48.04 | 54.73 | 8.65 | - |
| YUV | 182.38 | 35.8 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 19 | 0 | 0.07 | 0.91 | 0.16 | 55.08 | 0.84 | 0.46 |
| Hex | D6 | C6 | 13 | 0 | 7 | 5B | 10 | 37 | 54 | 2E |
| Octal | 326 | 306 | 23 | 0 | 7 | 133 | 20 | 67 | 124 | 56 |
| Binary | 11010110 | 11000110 | 10011 | 0 | 111 | 1011011 | 10000 | 110111 | 1010100 | 101110 |
Color Harmonies of #D6C613
Complementary color
Monochromatic Colors of #D6C613
Black with #D6C613
Text Example
Text Example
White with #D6C613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C613; }
p { color: rgb(214,198,19); }
H1.HeaderClassName
{
color: #D6C613;
}
.AnyTagClassName
{
color: #D6C613;
}
</style>
background-color css
<style>
a { background-color: #D6C613; }
a { background-color: rgb(214,198,19); }
div.DivClassName
{
background-color: #D6C613;
}
.BgClassName
{
background-color: #D6C613;
}
</style>
border-color css
<style>
span { border-color: #D6C613; }
span { border-color: rgb(214,198,19); }
td.TdClassName
{
border-color: #D6C613;
}
.TagClassName
{
border-color: #D6C613;
}
</style>