Shades of Bird Flower #D6C70D
Tints of Bird Flower #D6C70D
RGB
CMYK
RGB Variations
Color information
#D6C70D (or 0xD6C70D) is known color: Bird Flower. HEX triplet: D6, C7 and 0D. RGB value is (214,199,13). Sum of RGB (Red+Green+Blue) = 214+199+13=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C70D is #2938F2. Grayscale: #B7B7B7. Windows color (decimal): -2701555 or 903126. OLE color: 903126.
HSL color Cylindrical-coordinate representation of color #D6C70D: hue angle of 55.52º 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 #D6C70D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.16 |
| HSL | 55.52º | 0.89% | 0.45% | - |
| HSV(B) | 55.52º | 0.94% | 0.84% | - |
| XYZ | 48.23 | 55.17 | 8.49 | - |
| YUV | 182.28 | 32.47 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 13 | 0 | 0.07 | 0.94 | 0.16 | 55.52 | 0.89 | 0.45 |
| Hex | D6 | C7 | D | 0 | 7 | 5E | 10 | 38 | 59 | 2D |
| Octal | 326 | 307 | 15 | 0 | 7 | 136 | 20 | 70 | 131 | 55 |
| Binary | 11010110 | 11000111 | 1101 | 0 | 111 | 1011110 | 10000 | 111000 | 1011001 | 101101 |
Color Harmonies of #D6C70D
Complementary color
Monochromatic Colors of #D6C70D
Black with #D6C70D
Text Example
Text Example
White with #D6C70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C70D; }
p { color: rgb(214,199,13); }
H1.HeaderClassName
{
color: #D6C70D;
}
.AnyTagClassName
{
color: #D6C70D;
}
</style>
background-color css
<style>
a { background-color: #D6C70D; }
a { background-color: rgb(214,199,13); }
div.DivClassName
{
background-color: #D6C70D;
}
.BgClassName
{
background-color: #D6C70D;
}
</style>
border-color css
<style>
span { border-color: #D6C70D; }
span { border-color: rgb(214,199,13); }
td.TdClassName
{
border-color: #D6C70D;
}
.TagClassName
{
border-color: #D6C70D;
}
</style>