#CA9A40

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

Shades of Anzac #CA9A40

Tints of Anzac #CA9A40

Color information

#CA9A40 (or 0xCA9A40) is unknown color: approx Anzac. HEX triplet: CA, 9A and 40. RGB value is (202,154,64). Sum of RGB (Red+Green+Blue) = 202+154+64=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A40 is #3565BF. Grayscale: #9E9E9E. Windows color (decimal): -3499456 or 4233930. OLE color: 4233930.

HSL color Cylindrical-coordinate representation of color #CA9A40: hue angle of 39.13º degrees, saturation: 0.57, 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 #CA9A40 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20215464-
CMYK00.240.680.21
HSL39.13º56.56%52.16%-
HSV(B)39.13º68.32%79.22%-
XYZ36.8436.049.86-
YUV158.0974.9159.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 64 (25.39% from 255) = 15.24%
R=48.10%
G=36.67%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021546400.240.680.2139.1356.5652.16
HexCA9A400184415273934
Octal31223210003010425477164
Binary11001010100110101000000011000100010010101100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A40; }

 p { color: rgb(202,154,64); }

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

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

 a { background-color: rgb(202,154,64); }

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

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

 span { border-color: rgb(202,154,64); }

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