Shades of Buddha Gold #CC960D
Tints of Buddha Gold #CC960D
RGB
CMYK
RGB Variations
Color information
#CC960D (or 0xCC960D) is known color: Buddha Gold. HEX triplet: CC, 96 and 0D. RGB value is (204,150,13). Sum of RGB (Red+Green+Blue) = 204+150+13=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC960D is #3369F2. Grayscale: #979797. Windows color (decimal): -3369459 or 890572. OLE color: 890572.
HSL color Cylindrical-coordinate representation of color #CC960D: hue angle of 43.04º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC960D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.2 |
| HSL | 43.04º | 0.88% | 0.43% | - |
| HSV(B) | 43.04º | 0.94% | 0.8% | - |
| XYZ | 35.88 | 34.68 | 5.18 | - |
| YUV | 150.53 | 50.39 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 13 | 0 | 0.26 | 0.94 | 0.2 | 43.04 | 0.88 | 0.43 |
| Hex | CC | 96 | D | 0 | 1A | 5E | 14 | 2B | 58 | 2B |
| Octal | 314 | 226 | 15 | 0 | 32 | 136 | 24 | 53 | 130 | 53 |
| Binary | 11001100 | 10010110 | 1101 | 0 | 11010 | 1011110 | 10100 | 101011 | 1011000 | 101011 |
Color Harmonies of #CC960D
Complementary color
Monochromatic Colors of #CC960D
Black with #CC960D
Text Example
Text Example
White with #CC960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC960D; }
p { color: rgb(204,150,13); }
H1.HeaderClassName
{
color: #CC960D;
}
.AnyTagClassName
{
color: #CC960D;
}
</style>
background-color css
<style>
a { background-color: #CC960D; }
a { background-color: rgb(204,150,13); }
div.DivClassName
{
background-color: #CC960D;
}
.BgClassName
{
background-color: #CC960D;
}
</style>
border-color css
<style>
span { border-color: #CC960D; }
span { border-color: rgb(204,150,13); }
td.TdClassName
{
border-color: #CC960D;
}
.TagClassName
{
border-color: #CC960D;
}
</style>