Shades of Buddha Gold #CC971E
Tints of Buddha Gold #CC971E
RGB
CMYK
RGB Variations
Color information
#CC971E (or 0xCC971E) is known color: Buddha Gold. HEX triplet: CC, 97 and 1E. RGB value is (204,151,30). Sum of RGB (Red+Green+Blue) = 204+151+30=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC971E is #3368E1. Grayscale: #999999. Windows color (decimal): -3369186 or 2004940. OLE color: 2004940.
HSL color Cylindrical-coordinate representation of color #CC971E: hue angle of 41.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC971E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 30 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.2 |
| HSL | 41.72º | 0.74% | 0.46% | - |
| HSV(B) | 41.72º | 0.85% | 0.8% | - |
| XYZ | 36.2 | 35.06 | 6.09 | - |
| YUV | 153.05 | 58.56 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 30 | 0 | 0.26 | 0.85 | 0.2 | 41.72 | 0.74 | 0.46 |
| Hex | CC | 97 | 1E | 0 | 1A | 55 | 14 | 2A | 4A | 2E |
| Octal | 314 | 227 | 36 | 0 | 32 | 125 | 24 | 52 | 112 | 56 |
| Binary | 11001100 | 10010111 | 11110 | 0 | 11010 | 1010101 | 10100 | 101010 | 1001010 | 101110 |
Color Harmonies of #CC971E
Complementary color
Monochromatic Colors of #CC971E
Black with #CC971E
Text Example
Text Example
White with #CC971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC971E; }
p { color: rgb(204,151,30); }
H1.HeaderClassName
{
color: #CC971E;
}
.AnyTagClassName
{
color: #CC971E;
}
</style>
background-color css
<style>
a { background-color: #CC971E; }
a { background-color: rgb(204,151,30); }
div.DivClassName
{
background-color: #CC971E;
}
.BgClassName
{
background-color: #CC971E;
}
</style>
border-color css
<style>
span { border-color: #CC971E; }
span { border-color: rgb(204,151,30); }
td.TdClassName
{
border-color: #CC971E;
}
.TagClassName
{
border-color: #CC971E;
}
</style>