#cc9711

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

Shades of Buddha Gold #CC9711

Tints of Buddha Gold #CC9711

Color information

#CC9711 (or 0xCC9711) is unknown color: approx Buddha Gold. HEX triplet: CC, 97 and 11. RGB value is (204,151,17). Sum of RGB (Red+Green+Blue) = 204+151+17=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9711 is #3368EE. Grayscale: #989898. Windows color (decimal): -3369199 or 1152972. OLE color: 1152972.

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

Color convert

RGB20415117-
CMYK00.260.920.2
HSL42.99º84.62%43.33%-
HSV(B)42.99º91.67%80%-
XYZ36.0735.015.39-
YUV151.5752.06165.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.84%
GREEN value IS 151 (59.38% from 255) = 40.59%
BLUE value IS 17 (7.03% from 255) = 4.57%
R=54.84%
G=40.59%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041511700.260.920.242.9984.6243.33
HexCC971101A5C142b552b
Octal31422721032134245312553
Binary1100110010010111100010110101011100101001010111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9711; }

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

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

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

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

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

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

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

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