Shades of Buddha Gold #CC970B
Tints of Buddha Gold #CC970B
RGB
CMYK
RGB Variations
Color information
#CC970B (or 0xCC970B) is known color: Buddha Gold. HEX triplet: CC, 97 and 0B. RGB value is (204,151,11). Sum of RGB (Red+Green+Blue) = 204+151+11=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC970B is #3368F4. Grayscale: #979797. Windows color (decimal): -3369205 or 759756. OLE color: 759756.
HSL color Cylindrical-coordinate representation of color #CC970B: hue angle of 43.52º degrees, saturation: 0.9, 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 #CC970B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.2 |
| HSL | 43.52º | 0.9% | 0.42% | - |
| HSV(B) | 43.52º | 0.95% | 0.8% | - |
| XYZ | 36.03 | 34.99 | 5.17 | - |
| YUV | 150.89 | 49.06 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 11 | 0 | 0.26 | 0.95 | 0.2 | 43.52 | 0.9 | 0.42 |
| Hex | CC | 97 | B | 0 | 1A | 5F | 14 | 2C | 5A | 2A |
| Octal | 314 | 227 | 13 | 0 | 32 | 137 | 24 | 54 | 132 | 52 |
| Binary | 11001100 | 10010111 | 1011 | 0 | 11010 | 1011111 | 10100 | 101100 | 1011010 | 101010 |
Color Harmonies of #CC970B
Complementary color
Monochromatic Colors of #CC970B
Black with #CC970B
Text Example
Text Example
White with #CC970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC970B; }
p { color: rgb(204,151,11); }
H1.HeaderClassName
{
color: #CC970B;
}
.AnyTagClassName
{
color: #CC970B;
}
</style>
background-color css
<style>
a { background-color: #CC970B; }
a { background-color: rgb(204,151,11); }
div.DivClassName
{
background-color: #CC970B;
}
.BgClassName
{
background-color: #CC970B;
}
</style>
border-color css
<style>
span { border-color: #CC970B; }
span { border-color: rgb(204,151,11); }
td.TdClassName
{
border-color: #CC970B;
}
.TagClassName
{
border-color: #CC970B;
}
</style>