#CCA711

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

Shades of Buddha Gold #CCA711

Tints of Buddha Gold #CCA711

Color information

#CCA711 (or 0xCCA711) is unknown color: approx Buddha Gold. HEX triplet: CC, A7 and 11. RGB value is (204,167,17). Sum of RGB (Red+Green+Blue) = 204+167+17=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA711 is #3358EE. Grayscale: #A1A1A1. Windows color (decimal): -3365103 or 1157068. OLE color: 1157068.

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

Color convert

RGB20416717-
CMYK00.180.920.2
HSL48.13º84.62%43.33%-
HSV(B)48.13º91.67%80%-
XYZ38.8240.526.3-
YUV160.9646.76158.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 17 (7.03% from 255) = 4.38%
R=52.58%
G=43.04%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041671700.180.920.248.1384.6243.33
HexCCA7110125C1430552b
Octal31424721022134246012553
Binary1100110010100111100010100101011100101001100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA711; }

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

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

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

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

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

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

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

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