Shades of Buddha Gold #CC970C
Tints of Buddha Gold #CC970C
RGB
CMYK
RGB Variations
Color information
#CC970C (or 0xCC970C) is known color: Buddha Gold. HEX triplet: CC, 97 and 0C. RGB value is (204,151,12). Sum of RGB (Red+Green+Blue) = 204+151+12=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC970C is #3368F3. Grayscale: #979797. Windows color (decimal): -3369204 or 825292. OLE color: 825292.
HSL color Cylindrical-coordinate representation of color #CC970C: hue angle of 43.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC970C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.2 |
| HSL | 43.44º | 0.89% | 0.42% | - |
| HSV(B) | 43.44º | 0.94% | 0.8% | - |
| XYZ | 36.03 | 35 | 5.2 | - |
| YUV | 151 | 49.56 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 12 | 0 | 0.26 | 0.94 | 0.2 | 43.44 | 0.89 | 0.42 |
| Hex | CC | 97 | C | 0 | 1A | 5E | 14 | 2B | 59 | 2A |
| Octal | 314 | 227 | 14 | 0 | 32 | 136 | 24 | 53 | 131 | 52 |
| Binary | 11001100 | 10010111 | 1100 | 0 | 11010 | 1011110 | 10100 | 101011 | 1011001 | 101010 |
Color Harmonies of #CC970C
Complementary color
Monochromatic Colors of #CC970C
Black with #CC970C
Text Example
Text Example
White with #CC970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC970C; }
p { color: rgb(204,151,12); }
H1.HeaderClassName
{
color: #CC970C;
}
.AnyTagClassName
{
color: #CC970C;
}
</style>
background-color css
<style>
a { background-color: #CC970C; }
a { background-color: rgb(204,151,12); }
div.DivClassName
{
background-color: #CC970C;
}
.BgClassName
{
background-color: #CC970C;
}
</style>
border-color css
<style>
span { border-color: #CC970C; }
span { border-color: rgb(204,151,12); }
td.TdClassName
{
border-color: #CC970C;
}
.TagClassName
{
border-color: #CC970C;
}
</style>