Shades of Buddha Gold #C6971D
Tints of Buddha Gold #C6971D
RGB
CMYK
RGB Variations
Color information
#C6971D (or 0xC6971D) is known color: Buddha Gold. HEX triplet: C6, 97 and 1D. RGB value is (198,151,29). Sum of RGB (Red+Green+Blue) = 198+151+29=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6971D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6971D is #3968E2. Grayscale: #979797. Windows color (decimal): -3762403 or 1939398. OLE color: 1939398.
HSL color Cylindrical-coordinate representation of color #C6971D: hue angle of 43.31º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6971D is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 29 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.22 |
| HSL | 43.31º | 0.74% | 0.45% | - |
| HSV(B) | 43.31º | 0.85% | 0.78% | - |
| XYZ | 34.58 | 34.23 | 5.95 | - |
| YUV | 151.15 | 59.07 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 29 | 0 | 0.24 | 0.85 | 0.22 | 43.31 | 0.74 | 0.45 |
| Hex | C6 | 97 | 1D | 0 | 18 | 55 | 16 | 2B | 4A | 2D |
| Octal | 306 | 227 | 35 | 0 | 30 | 125 | 26 | 53 | 112 | 55 |
| Binary | 11000110 | 10010111 | 11101 | 0 | 11000 | 1010101 | 10110 | 101011 | 1001010 | 101101 |
Color Harmonies of #C6971D
Complementary color
Monochromatic Colors of #C6971D
Black with #C6971D
Text Example
Text Example
White with #C6971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6971D; }
p { color: rgb(198,151,29); }
H1.HeaderClassName
{
color: #C6971D;
}
.AnyTagClassName
{
color: #C6971D;
}
</style>
background-color css
<style>
a { background-color: #C6971D; }
a { background-color: rgb(198,151,29); }
div.DivClassName
{
background-color: #C6971D;
}
.BgClassName
{
background-color: #C6971D;
}
</style>
border-color css
<style>
span { border-color: #C6971D; }
span { border-color: rgb(198,151,29); }
td.TdClassName
{
border-color: #C6971D;
}
.TagClassName
{
border-color: #C6971D;
}
</style>