Shades of Bird Flower #C6B70D
Tints of Bird Flower #C6B70D
RGB
CMYK
RGB Variations
Color information
#C6B70D (or 0xC6B70D) is known color: Bird Flower. HEX triplet: C6, B7 and 0D. RGB value is (198,183,13). Sum of RGB (Red+Green+Blue) = 198+183+13=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B70D is #3948F2. Grayscale: #A8A8A8. Windows color (decimal): -3754227 or 899014. OLE color: 899014.
HSL color Cylindrical-coordinate representation of color #C6B70D: hue angle of 55.14º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6B70D is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 13 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.22 |
| HSL | 55.14º | 0.88% | 0.41% | - |
| HSV(B) | 55.14º | 0.93% | 0.78% | - |
| XYZ | 40.29 | 45.9 | 7.12 | - |
| YUV | 168.11 | 40.47 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 13 | 0 | 0.08 | 0.93 | 0.22 | 55.14 | 0.88 | 0.41 |
| Hex | C6 | B7 | D | 0 | 8 | 5D | 16 | 37 | 58 | 29 |
| Octal | 306 | 267 | 15 | 0 | 10 | 135 | 26 | 67 | 130 | 51 |
| Binary | 11000110 | 10110111 | 1101 | 0 | 1000 | 1011101 | 10110 | 110111 | 1011000 | 101001 |
Color Harmonies of #C6B70D
Complementary color
Monochromatic Colors of #C6B70D
Black with #C6B70D
Text Example
Text Example
White with #C6B70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B70D; }
p { color: rgb(198,183,13); }
H1.HeaderClassName
{
color: #C6B70D;
}
.AnyTagClassName
{
color: #C6B70D;
}
</style>
background-color css
<style>
a { background-color: #C6B70D; }
a { background-color: rgb(198,183,13); }
div.DivClassName
{
background-color: #C6B70D;
}
.BgClassName
{
background-color: #C6B70D;
}
</style>
border-color css
<style>
span { border-color: #C6B70D; }
span { border-color: rgb(198,183,13); }
td.TdClassName
{
border-color: #C6B70D;
}
.TagClassName
{
border-color: #C6B70D;
}
</style>