Shades of Buddha Gold #CC970A
Tints of Buddha Gold #CC970A
RGB
CMYK
RGB Variations
Color information
#CC970A (or 0xCC970A) is known color: Buddha Gold. HEX triplet: CC, 97 and 0A. RGB value is (204,151,10). Sum of RGB (Red+Green+Blue) = 204+151+10=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC970A is #3368F5. Grayscale: #979797. Windows color (decimal): -3369206 or 694220. OLE color: 694220.
HSL color Cylindrical-coordinate representation of color #CC970A: hue angle of 43.61º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC970A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 10 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.2 |
| HSL | 43.61º | 0.91% | 0.42% | - |
| HSV(B) | 43.61º | 0.95% | 0.8% | - |
| XYZ | 36.02 | 34.99 | 5.14 | - |
| YUV | 150.77 | 48.56 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 10 | 0 | 0.26 | 0.95 | 0.2 | 43.61 | 0.91 | 0.42 |
| Hex | CC | 97 | A | 0 | 1A | 5F | 14 | 2C | 5B | 2A |
| Octal | 314 | 227 | 12 | 0 | 32 | 137 | 24 | 54 | 133 | 52 |
| Binary | 11001100 | 10010111 | 1010 | 0 | 11010 | 1011111 | 10100 | 101100 | 1011011 | 101010 |
Color Harmonies of #CC970A
Complementary color
Monochromatic Colors of #CC970A
Black with #CC970A
Text Example
Text Example
White with #CC970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC970A; }
p { color: rgb(204,151,10); }
H1.HeaderClassName
{
color: #CC970A;
}
.AnyTagClassName
{
color: #CC970A;
}
</style>
background-color css
<style>
a { background-color: #CC970A; }
a { background-color: rgb(204,151,10); }
div.DivClassName
{
background-color: #CC970A;
}
.BgClassName
{
background-color: #CC970A;
}
</style>
border-color css
<style>
span { border-color: #CC970A; }
span { border-color: rgb(204,151,10); }
td.TdClassName
{
border-color: #CC970A;
}
.TagClassName
{
border-color: #CC970A;
}
</style>