#CA9D41

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

Shades of Anzac #CA9D41

Tints of Anzac #CA9D41

Color information

#CA9D41 (or 0xCA9D41) is unknown color: approx Anzac. HEX triplet: CA, 9D and 41. RGB value is (202,157,65). Sum of RGB (Red+Green+Blue) = 202+157+65=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D41 is #3562BE. Grayscale: #A0A0A0. Windows color (decimal): -3498687 or 4300234. OLE color: 4300234.

HSL color Cylindrical-coordinate representation of color #CA9D41: hue angle of 40.29º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA9D41 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20215765-
CMYK00.220.680.21
HSL40.29º56.38%52.35%-
HSV(B)40.29º67.82%79.22%-
XYZ37.3737.0510.18-
YUV159.9774.41157.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 65 (25.78% from 255) = 15.33%
R=47.64%
G=37.03%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021576500.220.680.2140.2956.3852.35
HexCA9D410164415283834
Octal31223510102610425507064
Binary11001010100111011000001010110100010010101101000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9D41; }

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

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

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

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

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

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

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

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