Shades of Buddha Gold #CC9D10
Tints of Buddha Gold #CC9D10
RGB
CMYK
RGB Variations
Color information
#CC9D10 (or 0xCC9D10) is known color: Buddha Gold. HEX triplet: CC, 9D and 10. RGB value is (204,157,16). Sum of RGB (Red+Green+Blue) = 204+157+16=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9D10 is #3362EF. Grayscale: #9B9B9B. Windows color (decimal): -3367664 or 1088972. OLE color: 1088972.
HSL color Cylindrical-coordinate representation of color #CC9D10: hue angle of 45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC9D10 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 16 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.2 |
| HSL | 45º | 0.85% | 0.43% | - |
| HSV(B) | 45º | 0.92% | 0.8% | - |
| XYZ | 37.05 | 36.99 | 5.68 | - |
| YUV | 154.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 16 | 0 | 0.23 | 0.92 | 0.2 | 45 | 0.85 | 0.43 |
| Hex | CC | 9D | 10 | 0 | 17 | 5C | 14 | 2D | 55 | 2B |
| Octal | 314 | 235 | 20 | 0 | 27 | 134 | 24 | 55 | 125 | 53 |
| Binary | 11001100 | 10011101 | 10000 | 0 | 10111 | 1011100 | 10100 | 101101 | 1010101 | 101011 |
Color Harmonies of #CC9D10
Complementary color
Monochromatic Colors of #CC9D10
Black with #CC9D10
Text Example
Text Example
White with #CC9D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D10; }
p { color: rgb(204,157,16); }
H1.HeaderClassName
{
color: #CC9D10;
}
.AnyTagClassName
{
color: #CC9D10;
}
</style>
background-color css
<style>
a { background-color: #CC9D10; }
a { background-color: rgb(204,157,16); }
div.DivClassName
{
background-color: #CC9D10;
}
.BgClassName
{
background-color: #CC9D10;
}
</style>
border-color css
<style>
span { border-color: #CC9D10; }
span { border-color: rgb(204,157,16); }
td.TdClassName
{
border-color: #CC9D10;
}
.TagClassName
{
border-color: #CC9D10;
}
</style>