Shades of Buddha Gold #CC9C17
Tints of Buddha Gold #CC9C17
RGB
CMYK
RGB Variations
Color information
#CC9C17 (or 0xCC9C17) is known color: Buddha Gold. HEX triplet: CC, 9C and 17. RGB value is (204,156,23). Sum of RGB (Red+Green+Blue) = 204+156+23=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9C17 is #3363E8. Grayscale: #9B9B9B. Windows color (decimal): -3367913 or 1547468. OLE color: 1547468.
HSL color Cylindrical-coordinate representation of color #CC9C17: hue angle of 44.09º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC9C17 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 23 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.2 |
| HSL | 44.09º | 0.8% | 0.45% | - |
| HSV(B) | 44.09º | 0.89% | 0.8% | - |
| XYZ | 36.94 | 36.68 | 5.94 | - |
| YUV | 155.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 23 | 0 | 0.24 | 0.89 | 0.2 | 44.09 | 0.8 | 0.45 |
| Hex | CC | 9C | 17 | 0 | 18 | 59 | 14 | 2C | 50 | 2D |
| Octal | 314 | 234 | 27 | 0 | 30 | 131 | 24 | 54 | 120 | 55 |
| Binary | 11001100 | 10011100 | 10111 | 0 | 11000 | 1011001 | 10100 | 101100 | 1010000 | 101101 |
Color Harmonies of #CC9C17
Complementary color
Monochromatic Colors of #CC9C17
Black with #CC9C17
Text Example
Text Example
White with #CC9C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C17; }
p { color: rgb(204,156,23); }
H1.HeaderClassName
{
color: #CC9C17;
}
.AnyTagClassName
{
color: #CC9C17;
}
</style>
background-color css
<style>
a { background-color: #CC9C17; }
a { background-color: rgb(204,156,23); }
div.DivClassName
{
background-color: #CC9C17;
}
.BgClassName
{
background-color: #CC9C17;
}
</style>
border-color css
<style>
span { border-color: #CC9C17; }
span { border-color: rgb(204,156,23); }
td.TdClassName
{
border-color: #CC9C17;
}
.TagClassName
{
border-color: #CC9C17;
}
</style>