Shades of Buddha Gold #CC9710
Tints of Buddha Gold #CC9710
RGB
CMYK
RGB Variations
Color information
#CC9710 (or 0xCC9710) is known color: Buddha Gold. HEX triplet: CC, 97 and 10. RGB value is (204,151,16). Sum of RGB (Red+Green+Blue) = 204+151+16=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9710 is #3368EF. Grayscale: #989898. Windows color (decimal): -3369200 or 1087436. OLE color: 1087436.
HSL color Cylindrical-coordinate representation of color #CC9710: hue angle of 43.09º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC9710 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 16 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.2 |
| HSL | 43.09º | 0.85% | 0.43% | - |
| HSV(B) | 43.09º | 0.92% | 0.8% | - |
| XYZ | 36.06 | 35.01 | 5.35 | - |
| YUV | 151.46 | 51.56 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 16 | 0 | 0.26 | 0.92 | 0.2 | 43.09 | 0.85 | 0.43 |
| Hex | CC | 97 | 10 | 0 | 1A | 5C | 14 | 2B | 55 | 2B |
| Octal | 314 | 227 | 20 | 0 | 32 | 134 | 24 | 53 | 125 | 53 |
| Binary | 11001100 | 10010111 | 10000 | 0 | 11010 | 1011100 | 10100 | 101011 | 1010101 | 101011 |
Color Harmonies of #CC9710
Complementary color
Monochromatic Colors of #CC9710
Black with #CC9710
Text Example
Text Example
White with #CC9710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9710; }
p { color: rgb(204,151,16); }
H1.HeaderClassName
{
color: #CC9710;
}
.AnyTagClassName
{
color: #CC9710;
}
</style>
background-color css
<style>
a { background-color: #CC9710; }
a { background-color: rgb(204,151,16); }
div.DivClassName
{
background-color: #CC9710;
}
.BgClassName
{
background-color: #CC9710;
}
</style>
border-color css
<style>
span { border-color: #CC9710; }
span { border-color: rgb(204,151,16); }
td.TdClassName
{
border-color: #CC9710;
}
.TagClassName
{
border-color: #CC9710;
}
</style>