Shades of Buddha Gold #CC9111
Tints of Buddha Gold #CC9111
RGB
CMYK
RGB Variations
Color information
#CC9111 (or 0xCC9111) is known color: Buddha Gold. HEX triplet: CC, 91 and 11. RGB value is (204,145,17). Sum of RGB (Red+Green+Blue) = 204+145+17=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9111 is #336EEE. Grayscale: #949494. Windows color (decimal): -3370735 or 1151436. OLE color: 1151436.
HSL color Cylindrical-coordinate representation of color #CC9111: hue angle of 41.07º 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 #CC9111 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 17 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.2 |
| HSL | 41.07º | 0.85% | 0.43% | - |
| HSV(B) | 41.07º | 0.92% | 0.8% | - |
| XYZ | 35.13 | 33.13 | 5.07 | - |
| YUV | 148.05 | 54.05 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 17 | 0 | 0.29 | 0.92 | 0.2 | 41.07 | 0.85 | 0.43 |
| Hex | CC | 91 | 11 | 0 | 1D | 5C | 14 | 29 | 55 | 2B |
| Octal | 314 | 221 | 21 | 0 | 35 | 134 | 24 | 51 | 125 | 53 |
| Binary | 11001100 | 10010001 | 10001 | 0 | 11101 | 1011100 | 10100 | 101001 | 1010101 | 101011 |
Color Harmonies of #CC9111
Complementary color
Monochromatic Colors of #CC9111
Black with #CC9111
Text Example
Text Example
White with #CC9111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9111; }
p { color: rgb(204,145,17); }
H1.HeaderClassName
{
color: #CC9111;
}
.AnyTagClassName
{
color: #CC9111;
}
</style>
background-color css
<style>
a { background-color: #CC9111; }
a { background-color: rgb(204,145,17); }
div.DivClassName
{
background-color: #CC9111;
}
.BgClassName
{
background-color: #CC9111;
}
</style>
border-color css
<style>
span { border-color: #CC9111; }
span { border-color: rgb(204,145,17); }
td.TdClassName
{
border-color: #CC9111;
}
.TagClassName
{
border-color: #CC9111;
}
</style>