Shades of Buddha Gold #CC9615
Tints of Buddha Gold #CC9615
RGB
CMYK
RGB Variations
Color information
#CC9615 (or 0xCC9615) is known color: Buddha Gold. HEX triplet: CC, 96 and 15. RGB value is (204,150,21). Sum of RGB (Red+Green+Blue) = 204+150+21=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9615 is #3369EA. Grayscale: #989898. Windows color (decimal): -3369451 or 1414860. OLE color: 1414860.
HSL color Cylindrical-coordinate representation of color #CC9615: hue angle of 42.3º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC9615 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.2 |
| HSL | 42.3º | 0.81% | 0.44% | - |
| HSV(B) | 42.3º | 0.9% | 0.8% | - |
| XYZ | 35.94 | 34.7 | 5.51 | - |
| YUV | 151.44 | 54.39 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 21 | 0 | 0.26 | 0.90 | 0.2 | 42.3 | 0.81 | 0.44 |
| Hex | CC | 96 | 15 | 0 | 1A | 5A | 14 | 2A | 51 | 2C |
| Octal | 314 | 226 | 25 | 0 | 32 | 132 | 24 | 52 | 121 | 54 |
| Binary | 11001100 | 10010110 | 10101 | 0 | 11010 | 1011010 | 10100 | 101010 | 1010001 | 101100 |
Color Harmonies of #CC9615
Complementary color
Monochromatic Colors of #CC9615
Black with #CC9615
Text Example
Text Example
White with #CC9615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9615; }
p { color: rgb(204,150,21); }
H1.HeaderClassName
{
color: #CC9615;
}
.AnyTagClassName
{
color: #CC9615;
}
</style>
background-color css
<style>
a { background-color: #CC9615; }
a { background-color: rgb(204,150,21); }
div.DivClassName
{
background-color: #CC9615;
}
.BgClassName
{
background-color: #CC9615;
}
</style>
border-color css
<style>
span { border-color: #CC9615; }
span { border-color: rgb(204,150,21); }
td.TdClassName
{
border-color: #CC9615;
}
.TagClassName
{
border-color: #CC9615;
}
</style>