Shades of Buddha Gold #C69921
Tints of Buddha Gold #C69921
RGB
CMYK
RGB Variations
Color information
#C69921 (or 0xC69921) is known color: Buddha Gold. HEX triplet: C6, 99 and 21. RGB value is (198,153,33). Sum of RGB (Red+Green+Blue) = 198+153+33=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C69921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69921 is #3966DE. Grayscale: #999999. Windows color (decimal): -3761887 or 2202054. OLE color: 2202054.
HSL color Cylindrical-coordinate representation of color #C69921: hue angle of 43.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C69921 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 33 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.22 |
| HSL | 43.64º | 0.71% | 0.45% | - |
| HSV(B) | 43.64º | 0.83% | 0.78% | - |
| XYZ | 34.95 | 34.9 | 6.33 | - |
| YUV | 152.78 | 60.41 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 33 | 0 | 0.23 | 0.83 | 0.22 | 43.64 | 0.71 | 0.45 |
| Hex | C6 | 99 | 21 | 0 | 17 | 53 | 16 | 2C | 47 | 2D |
| Octal | 306 | 231 | 41 | 0 | 27 | 123 | 26 | 54 | 107 | 55 |
| Binary | 11000110 | 10011001 | 100001 | 0 | 10111 | 1010011 | 10110 | 101100 | 1000111 | 101101 |
Color Harmonies of #C69921
Complementary color
Monochromatic Colors of #C69921
Black with #C69921
Text Example
Text Example
White with #C69921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69921; }
p { color: rgb(198,153,33); }
H1.HeaderClassName
{
color: #C69921;
}
.AnyTagClassName
{
color: #C69921;
}
</style>
background-color css
<style>
a { background-color: #C69921; }
a { background-color: rgb(198,153,33); }
div.DivClassName
{
background-color: #C69921;
}
.BgClassName
{
background-color: #C69921;
}
</style>
border-color css
<style>
span { border-color: #C69921; }
span { border-color: rgb(198,153,33); }
td.TdClassName
{
border-color: #C69921;
}
.TagClassName
{
border-color: #C69921;
}
</style>