Shades of Buddha Gold #C69D24
Tints of Buddha Gold #C69D24
RGB
CMYK
RGB Variations
Color information
#C69D24 (or 0xC69D24) is known color: Buddha Gold. HEX triplet: C6, 9D and 24. RGB value is (198,157,36). Sum of RGB (Red+Green+Blue) = 198+157+36=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D24 is #3962DB. Grayscale: #9B9B9B. Windows color (decimal): -3760860 or 2399686. OLE color: 2399686.
HSL color Cylindrical-coordinate representation of color #C69D24: hue angle of 44.81º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C69D24 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 36 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.22 |
| HSL | 44.81º | 0.69% | 0.46% | - |
| HSV(B) | 44.81º | 0.82% | 0.78% | - |
| XYZ | 35.66 | 36.25 | 6.79 | - |
| YUV | 155.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 36 | 0 | 0.21 | 0.82 | 0.22 | 44.81 | 0.69 | 0.46 |
| Hex | C6 | 9D | 24 | 0 | 15 | 52 | 16 | 2D | 45 | 2E |
| Octal | 306 | 235 | 44 | 0 | 25 | 122 | 26 | 55 | 105 | 56 |
| Binary | 11000110 | 10011101 | 100100 | 0 | 10101 | 1010010 | 10110 | 101101 | 1000101 | 101110 |
Color Harmonies of #C69D24
Complementary color
Monochromatic Colors of #C69D24
Black with #C69D24
Text Example
Text Example
White with #C69D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D24; }
p { color: rgb(198,157,36); }
H1.HeaderClassName
{
color: #C69D24;
}
.AnyTagClassName
{
color: #C69D24;
}
</style>
background-color css
<style>
a { background-color: #C69D24; }
a { background-color: rgb(198,157,36); }
div.DivClassName
{
background-color: #C69D24;
}
.BgClassName
{
background-color: #C69D24;
}
</style>
border-color css
<style>
span { border-color: #C69D24; }
span { border-color: rgb(198,157,36); }
td.TdClassName
{
border-color: #C69D24;
}
.TagClassName
{
border-color: #C69D24;
}
</style>