Shades of Buddha Gold #C69D1F
Tints of Buddha Gold #C69D1F
RGB
CMYK
RGB Variations
Color information
#C69D1F (or 0xC69D1F) is known color: Buddha Gold. HEX triplet: C6, 9D and 1F. RGB value is (198,157,31). Sum of RGB (Red+Green+Blue) = 198+157+31=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D1F is #3962E0. Grayscale: #9B9B9B. Windows color (decimal): -3760865 or 2072006. OLE color: 2072006.
HSL color Cylindrical-coordinate representation of color #C69D1F: hue angle of 45.27º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C69D1F is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 31 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.22 |
| HSL | 45.27º | 0.73% | 0.45% | - |
| HSV(B) | 45.27º | 0.84% | 0.78% | - |
| XYZ | 35.59 | 36.22 | 6.41 | - |
| YUV | 154.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 31 | 0 | 0.21 | 0.84 | 0.22 | 45.27 | 0.73 | 0.45 |
| Hex | C6 | 9D | 1F | 0 | 15 | 54 | 16 | 2D | 49 | 2D |
| Octal | 306 | 235 | 37 | 0 | 25 | 124 | 26 | 55 | 111 | 55 |
| Binary | 11000110 | 10011101 | 11111 | 0 | 10101 | 1010100 | 10110 | 101101 | 1001001 | 101101 |
Color Harmonies of #C69D1F
Complementary color
Monochromatic Colors of #C69D1F
Black with #C69D1F
Text Example
Text Example
White with #C69D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D1F; }
p { color: rgb(198,157,31); }
H1.HeaderClassName
{
color: #C69D1F;
}
.AnyTagClassName
{
color: #C69D1F;
}
</style>
background-color css
<style>
a { background-color: #C69D1F; }
a { background-color: rgb(198,157,31); }
div.DivClassName
{
background-color: #C69D1F;
}
.BgClassName
{
background-color: #C69D1F;
}
</style>
border-color css
<style>
span { border-color: #C69D1F; }
span { border-color: rgb(198,157,31); }
td.TdClassName
{
border-color: #C69D1F;
}
.TagClassName
{
border-color: #C69D1F;
}
</style>