Shades of Buddha Gold #CC9410
Tints of Buddha Gold #CC9410
RGB
CMYK
RGB Variations
Color information
#CC9410 (or 0xCC9410) is known color: Buddha Gold. HEX triplet: CC, 94 and 10. RGB value is (204,148,16). Sum of RGB (Red+Green+Blue) = 204+148+16=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9410 is #336BEF. Grayscale: #969696. Windows color (decimal): -3369968 or 1086668. OLE color: 1086668.
HSL color Cylindrical-coordinate representation of color #CC9410: hue angle of 42.13º 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 #CC9410 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 16 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.2 |
| HSL | 42.13º | 0.85% | 0.43% | - |
| HSV(B) | 42.13º | 0.92% | 0.8% | - |
| XYZ | 35.59 | 34.05 | 5.19 | - |
| YUV | 149.7 | 52.55 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 16 | 0 | 0.27 | 0.92 | 0.2 | 42.13 | 0.85 | 0.43 |
| Hex | CC | 94 | 10 | 0 | 1B | 5C | 14 | 2A | 55 | 2B |
| Octal | 314 | 224 | 20 | 0 | 33 | 134 | 24 | 52 | 125 | 53 |
| Binary | 11001100 | 10010100 | 10000 | 0 | 11011 | 1011100 | 10100 | 101010 | 1010101 | 101011 |
Color Harmonies of #CC9410
Complementary color
Monochromatic Colors of #CC9410
Black with #CC9410
Text Example
Text Example
White with #CC9410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9410; }
p { color: rgb(204,148,16); }
H1.HeaderClassName
{
color: #CC9410;
}
.AnyTagClassName
{
color: #CC9410;
}
</style>
background-color css
<style>
a { background-color: #CC9410; }
a { background-color: rgb(204,148,16); }
div.DivClassName
{
background-color: #CC9410;
}
.BgClassName
{
background-color: #CC9410;
}
</style>
border-color css
<style>
span { border-color: #CC9410; }
span { border-color: rgb(204,148,16); }
td.TdClassName
{
border-color: #CC9410;
}
.TagClassName
{
border-color: #CC9410;
}
</style>