#CCA65D

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

Shades of Apache #CCA65D

Tints of Apache #CCA65D

Color information

#CCA65D (or 0xCCA65D) is unknown color: approx Apache. HEX triplet: CC, A6 and 5D. RGB value is (204,166,93). Sum of RGB (Red+Green+Blue) = 204+166+93=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA65D is #3359A2. Grayscale: #A9A9A9. Windows color (decimal): -3365283 or 6137548. OLE color: 6137548.

HSL color Cylindrical-coordinate representation of color #CCA65D: hue angle of 39.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCA65D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20416693-
CMYK00.190.540.2
HSL39.46º52.11%58.24%-
HSV(B)39.46º54.41%80%-
XYZ40.5140.916.12-
YUV169.0485.09152.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 93 (36.72% from 255) = 20.09%
R=44.06%
G=35.85%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041669300.190.540.239.4652.1158.24
HexCCA65D013361427343a
Octal3142461350236624476472
Binary1100110010100110101110101001111011010100100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA65D; }

 p { color: rgb(204,166,93); }

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

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

 a { background-color: rgb(204,166,93); }

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

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

 span { border-color: rgb(204,166,93); }

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