#CCA55D

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

Shades of Apache #CCA55D

Tints of Apache #CCA55D

Color information

#CCA55D (or 0xCCA55D) is unknown color: approx Apache. HEX triplet: CC, A5 and 5D. RGB value is (204,165,93). Sum of RGB (Red+Green+Blue) = 204+165+93=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA55D is #335AA2. Grayscale: #A8A8A8. Windows color (decimal): -3365539 or 6137292. OLE color: 6137292.

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

Color convert

RGB20416593-
CMYK00.190.540.2
HSL38.92º52.11%58.24%-
HSV(B)38.92º54.41%80%-
XYZ40.3340.5416.05-
YUV168.4585.42153.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=44.16%
G=35.71%
B=20.13%

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
Decimal2041659300.190.540.238.9252.1158.24
HexCCA55D013361427343a
Octal3142451350236624476472
Binary1100110010100101101110101001111011010100100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA55D; }

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

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

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

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

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

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

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

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