Shades of Buddha Gold #C69D25
Tints of Buddha Gold #C69D25
RGB
CMYK
RGB Variations
Color information
#C69D25 (or 0xC69D25) is known color: Buddha Gold. HEX triplet: C6, 9D and 25. RGB value is (198,157,37). Sum of RGB (Red+Green+Blue) = 198+157+37=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D25 is #3962DA. Grayscale: #9C9C9C. Windows color (decimal): -3760859 or 2465222. OLE color: 2465222.
HSL color Cylindrical-coordinate representation of color #C69D25: hue angle of 44.72º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C69D25 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 37 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.22 |
| HSL | 44.72º | 0.69% | 0.46% | - |
| HSV(B) | 44.72º | 0.81% | 0.78% | - |
| XYZ | 35.68 | 36.25 | 6.87 | - |
| YUV | 155.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 37 | 0 | 0.21 | 0.81 | 0.22 | 44.72 | 0.69 | 0.46 |
| Hex | C6 | 9D | 25 | 0 | 15 | 51 | 16 | 2D | 45 | 2E |
| Octal | 306 | 235 | 45 | 0 | 25 | 121 | 26 | 55 | 105 | 56 |
| Binary | 11000110 | 10011101 | 100101 | 0 | 10101 | 1010001 | 10110 | 101101 | 1000101 | 101110 |
Color Harmonies of #C69D25
Complementary color
Monochromatic Colors of #C69D25
Black with #C69D25
Text Example
Text Example
White with #C69D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D25; }
p { color: rgb(198,157,37); }
H1.HeaderClassName
{
color: #C69D25;
}
.AnyTagClassName
{
color: #C69D25;
}
</style>
background-color css
<style>
a { background-color: #C69D25; }
a { background-color: rgb(198,157,37); }
div.DivClassName
{
background-color: #C69D25;
}
.BgClassName
{
background-color: #C69D25;
}
</style>
border-color css
<style>
span { border-color: #C69D25; }
span { border-color: rgb(198,157,37); }
td.TdClassName
{
border-color: #C69D25;
}
.TagClassName
{
border-color: #C69D25;
}
</style>