#CC8D40

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

Shades of Anzac #CC8D40

Tints of Anzac #CC8D40

Color information

#CC8D40 (or 0xCC8D40) is unknown color: approx Anzac. HEX triplet: CC, 8D and 40. RGB value is (204,141,64). Sum of RGB (Red+Green+Blue) = 204+141+64=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D40 is #3372BF. Grayscale: #979797. Windows color (decimal): -3371712 or 4230604. OLE color: 4230604.

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

Color convert

RGB20414164-
CMYK00.310.690.2
HSL33º57.85%52.55%-
HSV(B)33º68.63%80%-
XYZ35.3532.269.21-
YUV151.0678.87165.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 64 (25.39% from 255) = 15.65%
R=49.88%
G=34.47%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041416400.310.690.23357.8552.55
HexCC8D4001F4514213a35
Octal31421510003710524417265
Binary11001100100011011000000011111100010110100100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D40; }

 p { color: rgb(204,141,64); }

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

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

 a { background-color: rgb(204,141,64); }

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

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

 span { border-color: rgb(204,141,64); }

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