Shades of Buddha Gold #C69017
Tints of Buddha Gold #C69017
RGB
CMYK
RGB Variations
Color information
#C69017 (or 0xC69017) is known color: Buddha Gold. HEX triplet: C6, 90 and 17. RGB value is (198,144,23). Sum of RGB (Red+Green+Blue) = 198+144+23=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C69017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69017 is #396FE8. Grayscale: #929292. Windows color (decimal): -3764201 or 1544390. OLE color: 1544390.
HSL color Cylindrical-coordinate representation of color #C69017: hue angle of 41.49º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C69017 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 23 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.22 |
| HSL | 41.49º | 0.79% | 0.43% | - |
| HSV(B) | 41.49º | 0.88% | 0.78% | - |
| XYZ | 33.42 | 32.01 | 5.23 | - |
| YUV | 146.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 23 | 0 | 0.27 | 0.88 | 0.22 | 41.49 | 0.79 | 0.43 |
| Hex | C6 | 90 | 17 | 0 | 1B | 58 | 16 | 29 | 4F | 2B |
| Octal | 306 | 220 | 27 | 0 | 33 | 130 | 26 | 51 | 117 | 53 |
| Binary | 11000110 | 10010000 | 10111 | 0 | 11011 | 1011000 | 10110 | 101001 | 1001111 | 101011 |
Color Harmonies of #C69017
Complementary color
Monochromatic Colors of #C69017
Black with #C69017
Text Example
Text Example
White with #C69017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69017; }
p { color: rgb(198,144,23); }
H1.HeaderClassName
{
color: #C69017;
}
.AnyTagClassName
{
color: #C69017;
}
</style>
background-color css
<style>
a { background-color: #C69017; }
a { background-color: rgb(198,144,23); }
div.DivClassName
{
background-color: #C69017;
}
.BgClassName
{
background-color: #C69017;
}
</style>
border-color css
<style>
span { border-color: #C69017; }
span { border-color: rgb(198,144,23); }
td.TdClassName
{
border-color: #C69017;
}
.TagClassName
{
border-color: #C69017;
}
</style>