#CC9D41

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

Shades of Anzac #CC9D41

Tints of Anzac #CC9D41

Color information

#CC9D41 (or 0xCC9D41) is unknown color: approx Anzac. HEX triplet: CC, 9D and 41. RGB value is (204,157,65). Sum of RGB (Red+Green+Blue) = 204+157+65=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D41 is #3362BE. Grayscale: #A0A0A0. Windows color (decimal): -3367615 or 4300236. OLE color: 4300236.

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

Color convert

RGB20415765-
CMYK00.230.680.2
HSL39.71º57.68%52.75%-
HSV(B)39.71º68.14%80%-
XYZ37.9137.3310.21-
YUV160.5674.07158.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 65 (25.78% from 255) = 15.26%
R=47.89%
G=36.85%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041576500.230.680.239.7157.6852.75
HexCC9D410174414283a35
Octal31423510102710424507265
Binary11001100100111011000001010111100010010100101000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D41; }

 p { color: rgb(204,157,65); }

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

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

 a { background-color: rgb(204,157,65); }

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

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

 span { border-color: rgb(204,157,65); }

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