#cc9311

Color #CC9311 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CC9311

Tints of Buddha Gold #CC9311

Color information

#CC9311 (or 0xCC9311) is unknown color: approx Buddha Gold. HEX triplet: CC, 93 and 11. RGB value is (204,147,17). Sum of RGB (Red+Green+Blue) = 204+147+17=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9311 is #336CEE. Grayscale: #959595. Windows color (decimal): -3370223 or 1151948. OLE color: 1151948.

HSL color Cylindrical-coordinate representation of color #CC9311: hue angle of 41.71º 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 #CC9311 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20414717-
CMYK00.280.920.2
HSL41.71º84.62%43.33%-
HSV(B)41.71º91.67%80%-
XYZ35.4433.755.18-
YUV149.2253.38167.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 17 (7.03% from 255) = 4.62%
R=55.43%
G=39.95%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041471700.280.920.241.7184.6243.33
HexCC931101C5C142a552b
Octal31422321034134245212553
Binary1100110010010011100010111001011100101001010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9311; }

 p { color: rgb(204,147,17); }

 H1.HeaderClassName
 {
   color: #cc9311;
 }
 .AnyTagClassName
 {
   color: #cc9311;
 }
</style>
background-color css

<style>
 a { background-color: #cc9311; }

 a { background-color: rgb(204,147,17); }

 div.DivClassName
 {
   background-color: #cc9311;
 }
 .BgClassName
 {
   background-color: #cc9311;
 }
</style>
border-color css

<style>
 span { border-color: #cc9311; }

 span { border-color: rgb(204,147,17); }

 td.TdClassName
 {
   border-color: #cc9311;
 }
 .TagClassName
 {
   border-color: #cc9311;
 }
</style>