Shades of Buddha Gold #C6AB0D
Tints of Buddha Gold #C6AB0D
RGB
CMYK
RGB Variations
Color information
#C6AB0D (or 0xC6AB0D) is known color: Buddha Gold. HEX triplet: C6, AB and 0D. RGB value is (198,171,13). Sum of RGB (Red+Green+Blue) = 198+171+13=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB0D is #3954F2. Grayscale: #A1A1A1. Windows color (decimal): -3757299 or 895942. OLE color: 895942.
HSL color Cylindrical-coordinate representation of color #C6AB0D: hue angle of 51.24º 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 #C6AB0D is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 13 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.22 |
| HSL | 51.24º | 0.88% | 0.41% | - |
| HSV(B) | 51.24º | 0.93% | 0.78% | - |
| XYZ | 37.92 | 41.16 | 6.33 | - |
| YUV | 161.06 | 44.45 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 13 | 0 | 0.14 | 0.93 | 0.22 | 51.24 | 0.88 | 0.41 |
| Hex | C6 | AB | D | 0 | E | 5D | 16 | 33 | 58 | 29 |
| Octal | 306 | 253 | 15 | 0 | 16 | 135 | 26 | 63 | 130 | 51 |
| Binary | 11000110 | 10101011 | 1101 | 0 | 1110 | 1011101 | 10110 | 110011 | 1011000 | 101001 |
Color Harmonies of #C6AB0D
Complementary color
Monochromatic Colors of #C6AB0D
Black with #C6AB0D
Text Example
Text Example
White with #C6AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB0D; }
p { color: rgb(198,171,13); }
H1.HeaderClassName
{
color: #C6AB0D;
}
.AnyTagClassName
{
color: #C6AB0D;
}
</style>
background-color css
<style>
a { background-color: #C6AB0D; }
a { background-color: rgb(198,171,13); }
div.DivClassName
{
background-color: #C6AB0D;
}
.BgClassName
{
background-color: #C6AB0D;
}
</style>
border-color css
<style>
span { border-color: #C6AB0D; }
span { border-color: rgb(198,171,13); }
td.TdClassName
{
border-color: #C6AB0D;
}
.TagClassName
{
border-color: #C6AB0D;
}
</style>