Shades of Buddha Gold #CC9715
Tints of Buddha Gold #CC9715
RGB
CMYK
RGB Variations
Color information
#CC9715 (or 0xCC9715) is known color: Buddha Gold. HEX triplet: CC, 97 and 15. RGB value is (204,151,21). Sum of RGB (Red+Green+Blue) = 204+151+21=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9715 is #3368EA. Grayscale: #989898. Windows color (decimal): -3369195 or 1415116. OLE color: 1415116.
HSL color Cylindrical-coordinate representation of color #CC9715: hue angle of 42.62º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC9715 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.2 |
| HSL | 42.62º | 0.81% | 0.44% | - |
| HSV(B) | 42.62º | 0.9% | 0.8% | - |
| XYZ | 36.1 | 35.02 | 5.57 | - |
| YUV | 152.03 | 54.06 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 21 | 0 | 0.26 | 0.90 | 0.2 | 42.62 | 0.81 | 0.44 |
| Hex | CC | 97 | 15 | 0 | 1A | 5A | 14 | 2B | 51 | 2C |
| Octal | 314 | 227 | 25 | 0 | 32 | 132 | 24 | 53 | 121 | 54 |
| Binary | 11001100 | 10010111 | 10101 | 0 | 11010 | 1011010 | 10100 | 101011 | 1010001 | 101100 |
Color Harmonies of #CC9715
Complementary color
Monochromatic Colors of #CC9715
Black with #CC9715
Text Example
Text Example
White with #CC9715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9715; }
p { color: rgb(204,151,21); }
H1.HeaderClassName
{
color: #CC9715;
}
.AnyTagClassName
{
color: #CC9715;
}
</style>
background-color css
<style>
a { background-color: #CC9715; }
a { background-color: rgb(204,151,21); }
div.DivClassName
{
background-color: #CC9715;
}
.BgClassName
{
background-color: #CC9715;
}
</style>
border-color css
<style>
span { border-color: #CC9715; }
span { border-color: rgb(204,151,21); }
td.TdClassName
{
border-color: #CC9715;
}
.TagClassName
{
border-color: #CC9715;
}
</style>