Shades of Bird Flower #D6C40D
Tints of Bird Flower #D6C40D
RGB
CMYK
RGB Variations
Color information
#D6C40D (or 0xD6C40D) is known color: Bird Flower. HEX triplet: D6, C4 and 0D. RGB value is (214,196,13). Sum of RGB (Red+Green+Blue) = 214+196+13=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C40D is #293BF2. Grayscale: #B5B5B5. Windows color (decimal): -2702323 or 902358. OLE color: 902358.
HSL color Cylindrical-coordinate representation of color #D6C40D: hue angle of 54.63º 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 #D6C40D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 196 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.16 |
| HSL | 54.63º | 0.89% | 0.45% | - |
| HSV(B) | 54.63º | 0.94% | 0.84% | - |
| XYZ | 47.54 | 53.81 | 8.26 | - |
| YUV | 180.52 | 33.46 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 196 | 13 | 0 | 0.08 | 0.94 | 0.16 | 54.63 | 0.89 | 0.45 |
| Hex | D6 | C4 | D | 0 | 8 | 5E | 10 | 37 | 59 | 2D |
| Octal | 326 | 304 | 15 | 0 | 10 | 136 | 20 | 67 | 131 | 55 |
| Binary | 11010110 | 11000100 | 1101 | 0 | 1000 | 1011110 | 10000 | 110111 | 1011001 | 101101 |
Color Harmonies of #D6C40D
Complementary color
Monochromatic Colors of #D6C40D
Black with #D6C40D
Text Example
Text Example
White with #D6C40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C40D; }
p { color: rgb(214,196,13); }
H1.HeaderClassName
{
color: #D6C40D;
}
.AnyTagClassName
{
color: #D6C40D;
}
</style>
background-color css
<style>
a { background-color: #D6C40D; }
a { background-color: rgb(214,196,13); }
div.DivClassName
{
background-color: #D6C40D;
}
.BgClassName
{
background-color: #D6C40D;
}
</style>
border-color css
<style>
span { border-color: #D6C40D; }
span { border-color: rgb(214,196,13); }
td.TdClassName
{
border-color: #D6C40D;
}
.TagClassName
{
border-color: #D6C40D;
}
</style>