Html Css Color HEX #CA9D40 Anzac

📋 copy color: '#CA9D40'

red 202 ◦ green 157 ◦ blue 64

#CA9D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #CA9D40

Tints of Anzac #CA9D40

RGB

 RED value IS 202 (79.3% from 255) = 47.75%

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 47.75%
G = 37.12%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA9D40 (or 0xCA9D40) is known color: Anzac. HEX triplet: CA, 9D and 40. RGB value is (202,157,64). Sum of RGB (Red+Green+Blue) = 202+157+64=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D40 is #3562BF. Grayscale: #A0A0A0. Windows color (decimal): -3498688 or 4234698. OLE color: 4234698.

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

Color convert

RGB 202 157 64 -
CMYK 0 0.22 0.68 0.21
HSL 40.43º 0.57% 0.52% -
HSV(B) 40.43º 0.68% 0.79% -
XYZ 37.34 37.04 10.03 -
YUV 159.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 202 157 64 0 0.22 0.68 0.21 40.43 0.57 0.52
Hex CA 9D 40 0 16 44 15 28 39 34
Octal 312 235 100 0 26 104 25 50 71 64
Binary 11001010 10011101 1000000 0 10110 1000100 10101 101000 111001 110100

Color Harmonies of #CA9D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9D40

Black with #CA9D40

Text Example


Text Example

White with #CA9D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9D40; }

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

 H1.HeaderClassName
 {
   color: #CA9D40;
 }
 .AnyTagClassName
 {
   color: #CA9D40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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